Skip to content

Commit

Permalink
Add GitHub Actions to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Mar 14, 2024
1 parent 2183aea commit 7391cb3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@ updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
interval: weekly
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
commit-message:
prefix: "build"
include: "scope"

0 comments on commit 7391cb3

Please sign in to comment.