Skip to content

Commit

Permalink
Disable npm update from Dependabot (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
olblak authored Oct 12, 2023
1 parent 9166ad9 commit 1fecc22
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
ignore:
# Prevent @types/node major version updates we only need to bump when we switch engine version
- dependency-name: '@types/node'
update-types: ['version-update:semver-major']
# - package-ecosystem: "npm" # See documentation for possible values
# directory: "/" # Location of package manifests
# schedule:
# interval: "weekly"
# ignore:
# # Prevent @types/node major version updates we only need to bump when we switch engine version
# - dependency-name: '@types/node'
# update-types: ['version-update:semver-major']

0 comments on commit 1fecc22

Please sign in to comment.