We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac824c1 commit 37ad51bCopy full SHA for 37ad51b
.github/dependabot.yml
@@ -1,6 +1,21 @@
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/ecr-registry
11
+ - /modules/ecr-repository
12
+ - /modules/eks-access-entry
13
+ - /modules/eks-addon
14
+ - /modules/eks-aws-auth
15
+ - /modules/eks-cluster
16
+ - /modules/eks-fargate-profile
17
+ - /modules/eks-iam-access
18
+ - /modules/eks-max-pods
19
+ - /modules/eks-node-group
20
+ schedule:
21
+ interval: weekly
0 commit comments