We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797af19 commit 9000fdeCopy full SHA for 9000fde
.github/dependabot.yml
@@ -1,6 +1,16 @@
1
version: 2
2
updates:
3
-- package-ecosystem: "github-actions"
4
- directory: "/"
+- package-ecosystem: github-actions
+ directory: /
5
schedule:
6
- interval: "daily"
+ interval: daily
7
+
8
+- package-ecosystem: terraform
9
+ directories:
10
+ - /modules/org-organization
11
+ - /modules/org-team
12
+ - /modules/project
13
+ - /modules/repository
14
+ - /modules/webhook
15
+ schedule:
16
+ interval: weekly
0 commit comments