Skip to content

Commit

Permalink
Adjust dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Aug 14, 2024
1 parent f354753 commit 41976ee
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
updates:
# Enable weekly version updates for prod dependencies
# Enable dependency updates
- package-ecosystem: "npm"
directory: "/"
# Check the npm registry for updates once a week
Expand All @@ -9,21 +9,6 @@ updates:
labels:
- "dependencies"
- "npm"
- "production"
allow:
- dependency-type: production
# Enable weekly version updates for dev dependencies
- package-ecosystem: "npm"
directory: "/"
# Check the npm registry for updates once a week
schedule:
interval: "weekly"
labels:
- "dependencies"
- "npm"
- "development"
allow:
- dependency-type: development
ignore:
- dependency-name: "eslint"
update-types: ["version-update:semver-major"]
Expand Down

0 comments on commit 41976ee

Please sign in to comment.