We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b153ec commit 6422681Copy full SHA for 6422681
1 file changed
.github/dependabot.yml
@@ -3,15 +3,14 @@
3
4
version: 2
5
updates:
6
-
7
# Maintain dependencies for GitHub Actions
8
- - package-ecosystem: "github-actions"
9
- directory: "/"
+ - package-ecosystem: 'github-actions'
+ directory: '/'
10
schedule:
11
- interval: "monthly"
+ interval: 'monthly'
12
13
# Maintain dependencies for npm
14
- - package-ecosystem: "npm"
15
+ - package-ecosystem: 'npm'
16
17
- interval: "weekly"
0 commit comments