Skip to content

Commit

Permalink
Merge pull request #579 from w3c/dependabot-ignore
Browse files Browse the repository at this point in the history
Update dependabot.yml
  • Loading branch information
deniak authored Oct 31, 2022
2 parents cf450cc + 8b61540 commit cd44c97
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
# ignore minor updates for eslint and any packages starting "eslint"
- dependency-name: "eslint*"
update-types: ['version-update:semver-minor']
- dependency-name: "nodemon"
update-types: ['version-update:semver-minor']
- dependency-name: "husky"
update-types: ['version-update:semver-minor']
- package-ecosystem: github-actions
directory: '/'
schedule:
Expand Down

0 comments on commit cd44c97

Please sign in to comment.