Skip to content

Commit

Permalink
Merge 59fe056 into 76ebc0c
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jan 27, 2022
2 parents 76ebc0c + 59fe056 commit d73b636
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: '/'
ignore:
- dependency-name: "actions/*"
update-types:
["version-update:semver-minor", "version-update:semver-patch"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
interval: "monthly"
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: '/'

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: daily
interval: "weekly"
open-pull-requests-limit: 10

0 comments on commit d73b636

Please sign in to comment.