Skip to content

Commit

Permalink
fix: dependabot (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gijsdeman authored Feb 25, 2025
2 parents 7b92050 + 9c362dc commit 736dddb
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/depandabot.yaml → .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
version: 2
updates:
- package-ecosystem: "yarn"
directories:
- "."
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
version: 2
updates:
- package-ecosystem: "npm"
directories:
- "."
schedule:
interval: "weekly"
target-branch: "develop"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

0 comments on commit 736dddb

Please sign in to comment.