Skip to content

Commit

Permalink
dependabot: ignore minor version for golang and alpine images
Browse files Browse the repository at this point in the history
Signed-off-by: Iceber Gu <[email protected]>
  • Loading branch information
Iceber committed Aug 26, 2024
1 parent 52c91ec commit dc55956
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 dc55956

Please sign in to comment.