Skip to content

Commit

Permalink
Allow for dependabot PR only for micro version upgrade (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Hugonnet <ehugonne@redhat.com>
  • Loading branch information
ehsavoie authored Oct 15, 2024
1 parent b3b6794 commit 65cda66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
# Only allow for patch release upgrades
- dependency-name: '*'
update-types: ['version-update:semver-major', 'version-update:semver-minor']
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 65cda66

Please sign in to comment.