Skip to content

Commit

Permalink
[ARGG-1057]: Setup dependabot to ignore patch versions (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
olliecurtis authored May 6, 2024
1 parent 76c753b commit 666b25f
Showing 1 changed file with 10 additions and 25 deletions.
35 changes: 10 additions & 25 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,12 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
time: "10:00"
open-pull-requests-limit: 10
versioning-strategy: increase
ignore:
- dependency-name: husky
versions:
- ">= 5.a, < 6"
- dependency-name: stylelint
versions:
- 13.10.0
- 13.11.0
- 13.9.0
- dependency-name: husky
versions:
- 4.3.8
- dependency-name: stylelint-declaration-strict-value
versions:
- 1.7.7
- dependency-name: lint-staged
versions:
- 10.5.3
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
time: '10:00'
open-pull-requests-limit: 10
versioning-strategy: increase
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-patch']

0 comments on commit 666b25f

Please sign in to comment.