Skip to content

Commit a81bfc4

Browse files
authored
Add GitHub Actions to Dependabot config (#1402)
1 parent 139dcc8 commit a81bfc4

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
52

63
version: 2
74
updates:
8-
- package-ecosystem: "npm" # See documentation for possible values
9-
directory: "/" # Location of package manifests
5+
- package-ecosystem: 'npm'
6+
directory: '/'
107
schedule:
11-
interval: "weekly"
8+
interval: 'weekly'
129
open-pull-requests-limit: 10
10+
11+
- package-ecosystem: 'github-actions'
12+
directory: '/'
13+
schedule:
14+
interval: 'weekly'

0 commit comments

Comments
 (0)