Skip to content

Commit a4a7c3e

Browse files
committed
chore: update dependabot config
change to schedule to quarterly
1 parent f434984 commit a4a7c3e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +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:
41
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
62
version: 2
73
updates:
8-
- package-ecosystem: "github-actions" # See documentation for possible values
9-
directory: "/" # Location of package manifests
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
106
schedule:
11-
interval: "monthly"
7+
interval: "quarterly"
128
timezone: "Europe/Berlin"
139
time: "05:00"
1410
labels:

0 commit comments

Comments
 (0)