Skip to content

Commit

Permalink
CHORE: Create Dependabot config (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 authored Jun 10, 2024
1 parent ee4c4c1 commit 9e4a3e2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,10 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 5
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
allow:
- dependency-type: "direct"
severity: ["critical"]

# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
allow:
- dependency-type: "direct"
severity: ["critical"]

0 comments on commit 9e4a3e2

Please sign in to comment.