Skip to content

Commit

Permalink
Merge pull request #179 from smallrye/dependabot/add-gha
Browse files Browse the repository at this point in the history
Add GitHub Actions to dependabot
  • Loading branch information
jponge authored Mar 14, 2024
2 parents 2183aea + 7391cb3 commit 9e1a6ae
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 9e1a6ae

Please sign in to comment.