Skip to content

Commit

Permalink
chore: update dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarolyi committed Aug 27, 2024
1 parent f6f2c9e commit 460966e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,26 @@ updates:
update-types:
- "minor"
- "patch"
major:
applies-to: version-updates
update-types:
- "major"
ignore:
- dependency-name: "@types/node"
update-types: ["version-update:semver-major"]
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "fix(dependabot)"
ignore:
- update-types: ["version-update:semver-major"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore(dependabot)"
ignore:
- update-types: ["version-update:semver-major"]

0 comments on commit 460966e

Please sign in to comment.