Skip to content

Commit

Permalink
build: reduce dependabot update frequency (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Mar 3, 2022
1 parent 0e1a56e commit 177d647
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
interval: "monthly"
open-pull-requests-limit: 10

- package-ecosystem: github-actions
directory: '/'
ignore:
- dependency-name: 'actions/*'
update-types:
['version-update:semver-minor', 'version-update:semver-patch']
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: 'daily'
interval: "weekly"
open-pull-requests-limit: 10

0 comments on commit 177d647

Please sign in to comment.