Skip to content

Commit

Permalink
Ignore patch versions in Dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
svekar authored Oct 12, 2024
1 parent e19e965 commit 435c36d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,21 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: '*'
update-types: ["version-update:semver-patch"]

- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: '*'
update-types: ["version-update:semver-patch"]

- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: "weekly"
ignore:
update-types: ["version-update:semver-patch"]

0 comments on commit 435c36d

Please sign in to comment.