Skip to content

Commit

Permalink
build: reduce dependabot update frequency (#3659)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jan 26, 2022
1 parent 25147fe commit 20f9343
Showing 1 changed file with 21 additions and 14 deletions.
35 changes: 21 additions & 14 deletions .github/dependabot.yml
@@ -1,16 +1,23 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
ignore:
- dependency-name: "actions/*"
update-types:
["version-update:semver-minor", "version-update:semver-patch"]
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 10

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
allow:
- dependency-type: "production"
open-pull-requests-limit: 10

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
allow:
- dependency-type: "development"
open-pull-requests-limit: 10

0 comments on commit 20f9343

Please sign in to comment.