Skip to content

Commit

Permalink
Remove outdated section for runner and perform all updates daily
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Dec 2, 2022
1 parent 4b18b7b commit 81f99a8
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,16 @@
---
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: thursday
interval: daily
labels:
- Update dependencies
ignore:
- dependency-name: "*"
update-types:
- version-update:semver-minor
- version-update:semver-patch
- package-ecosystem: npm
directory: "/runner"
schedule:
interval: weekly
day: thursday
ignore:
- dependency-name: "*"
update-types:
- version-update:semver-minor
- version-update:semver-patch
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down

0 comments on commit 81f99a8

Please sign in to comment.