Skip to content

Commit

Permalink
Merge pull request #137 from PermanentOrg/noissue-update-dependabot-c…
Browse files Browse the repository at this point in the history
…onfig

Update dependabot config
  • Loading branch information
slifty committed Aug 9, 2023
2 parents 0659146 + 96fc7ad commit b42c69b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
ignore:
- dependency-name: "node-fetch"
update-types: ["version-update:semver-major"]

- package-ecosystem: "github-actions"
directory: ".github/workflows"
schedule:
Expand Down

0 comments on commit b42c69b

Please sign in to comment.