Skip to content

Commit

Permalink
Merge pull request #690 from Iceber/ignore_dependa_minor_version
Browse files Browse the repository at this point in the history
dependabot: ignore minor version for golang and alpine images
  • Loading branch information
Iceber committed Aug 26, 2024
2 parents ac1e61a + dc55956 commit b79f3e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ updates:
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "alpine"
update-types: ["version-update:semver-minor"]
- dependency-name: "golang"
update-types: ["version-update:semver-minor"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit b79f3e8

Please sign in to comment.