Skip to content

Commit

Permalink
chore: update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
zavoloklom committed Oct 1, 2024
1 parent e11bf2a commit 321fa32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 5
versioning-strategy: increase-if-necessary
target-branch: "main"
commit-message:
prefix: "deps"
prefix-development: "chore(deps-dev)"
ignore:
- dependency-name: "@types/node"
update-types: ["version-update:semver-major"]
Expand All @@ -17,5 +21,3 @@ updates:
update-types: ["version-update:semver-major"]
- dependency-name: "eslint-plugin-sonarjs"
update-types: ["version-update:semver-major"]
allow:
- dependency-type: "all"

0 comments on commit 321fa32

Please sign in to comment.