Skip to content

Commit

Permalink
Disable dependabot for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Hilzu authored Jun 12, 2024
1 parent 12f4dd3 commit 2152023
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
versioning-strategy: increase-if-necessary
schedule:
interval: "weekly"
groups:
development-dependencies:
dependency-type: development
production-dependencies:
dependency-type: production
# version: 2
# updates:
# - package-ecosystem: "npm"
# directory: "/"
# versioning-strategy: increase-if-necessary
# schedule:
# interval: "weekly"
# groups:
# development-dependencies:
# dependency-type: development
# production-dependencies:
# dependency-type: production

- package-ecosystem: "github-actions"
directory: "/"
groups:
all-actions:
patterns:
- "*"
schedule:
interval: "monthly"
# - package-ecosystem: "github-actions"
# directory: "/"
# groups:
# all-actions:
# patterns:
# - "*"
# schedule:
# interval: "monthly"

0 comments on commit 2152023

Please sign in to comment.