Skip to content

Commit 6422681

Browse files
committed
chore: move dependabot frequency to monthly
should be far enough
1 parent 2b153ec commit 6422681

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33

44
version: 2
55
updates:
6-
76
# Maintain dependencies for GitHub Actions
8-
- package-ecosystem: "github-actions"
9-
directory: "/"
7+
- package-ecosystem: 'github-actions'
8+
directory: '/'
109
schedule:
11-
interval: "monthly"
10+
interval: 'monthly'
1211

1312
# Maintain dependencies for npm
14-
- package-ecosystem: "npm"
15-
directory: "/"
13+
- package-ecosystem: 'npm'
14+
directory: '/'
1615
schedule:
17-
interval: "weekly"
16+
interval: 'monthly'

0 commit comments

Comments
 (0)