Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiter committed Mar 5, 2024
1 parent 15fddec commit d796afe
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,21 @@ updates:
schedule:
interval: "weekly"
ignore:
- dependency-type: "test"
- dependency-type: "provided"
- dependency-type: "optional"
allow:
- dependency-type: "compile"
- dependency-type: "runtime"
- update-types:
- "version-update:semver-minor"
- "version-update:semver-major"
- "security:patch"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
allow:
- update-types:
- "version-update:semver-minor"
- "version-update:semver-major"
- dependency-type: "production"

- package-ecosystem: "npm"
directory: "/example"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"

- package-ecosystem: "pip"
directory: "/example"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"

0 comments on commit d796afe

Please sign in to comment.