Skip to content

Commit

Permalink
dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Feb 13, 2025
1 parent 447880f commit d4154ba
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 @@ -7,6 +7,13 @@ updates:
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "daily"
ignore:
- dependency-name: "eslint"
update-types: ["version-update:semver-major"]
- dependency-name: "eslint*"
update-types: ["version-update:semver-major"]
- dependency-name: "@typescript-eslint*"
update-types: ["version-update:semver-major"]
# Enable updates to github actions
- package-ecosystem: "github-actions"
directory: "/"
Expand Down

0 comments on commit d4154ba

Please sign in to comment.