Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svekar authored Oct 12, 2024
1 parent fa98f72 commit 66b71ff
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
version: 2

updates:
- ignore:
- dependency-name: '*'
update-types: ["version-update:semver-patch"]

updates:
- package-ecosystem: "github-actions"
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:
- dependency-name: '*'
update-types: ["version-update:semver-patch"]

0 comments on commit 66b71ff

Please sign in to comment.