Skip to content

Commit bc8c060

Browse files
committed
ci: add managed Dependabot config (Terraform)
1 parent 32dc35b commit bc8c060

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Managed by Terraform (github-tf). Do not edit directly — change the registry
2+
# in repos-registry.tf / the template in files/dependabot.yml.tftpl instead.
3+
version: 2
4+
updates:
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
open-pull-requests-limit: 5
10+
labels:
11+
- "dependencies"

0 commit comments

Comments
 (0)