Skip to content

Commit cb838ef

Browse files
authored
chore(ci): update Dependabot schedule (#67)
Set a schedule for Bundler and GitHub Actions from weekly to monthly.
1 parent 8fcb233 commit cb838ef

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5-
61
version: 2
72
updates:
83
- package-ecosystem: "bundler"
94
directory: "/"
105
schedule:
11-
interval: "weekly"
6+
interval: "monthly"
127
- package-ecosystem: "github-actions"
138
directory: "/"
149
schedule:
15-
interval: "weekly"
10+
interval: "monthly"

0 commit comments

Comments
 (0)