Skip to content

Commit

Permalink
Merge pull request #1719 from Nordix/kashif/fix-gh-action-bump
Browse files Browse the repository at this point in the history
🌱 Bump only patch versions for release branch github actions
  • Loading branch information
metal3-io-bot authored May 17, 2024
2 parents b812c4f + 72a66e5 commit 96c0814
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ updates:
target-branch: release-1.7
commit-message:
prefix: ":seedling:"
# Go
ignore:
# Ignore major and minor bumps for release branch
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- package-ecosystem: "gomod"
directory: "/"
schedule:
Expand Down

0 comments on commit 96c0814

Please sign in to comment.