We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cab71d5 + de28c6f commit 1ff7e01Copy full SHA for 1ff7e01
1 file changed
.github/dependabot.yml
@@ -1,6 +1,12 @@
1
version: 2
2
updates:
3
+ # dependencies for GitHub Actions
4
- package-ecosystem: 'github-actions'
5
directory: '/'
6
schedule:
7
interval: 'weekly'
8
+ # dependencies for bundler
9
+ - package-ecosystem: 'bundler'
10
+ directory: '/'
11
+ schedule:
12
+ interval: 'weekly'
0 commit comments