Skip to content

Commit

Permalink
ci: disable dependabot
Browse files Browse the repository at this point in the history
This commit (temporally) disables dependabot since this action only
has a few users.
  • Loading branch information
rickstaa committed Mar 24, 2024
1 parent e969146 commit 1f7a4ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
# Disable version updates for npm dependencies
open-pull-requests-limit: 0

- package-ecosystem: npm
directory: /
Expand All @@ -19,3 +21,5 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
# Disable version updates for npm dependencies
open-pull-requests-limit: 0

0 comments on commit 1f7a4ee

Please sign in to comment.