summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorNara Kasbergen Kwon <855115+xiehan@users.noreply.github.com>2024-05-08 13:00:10 +0200
committerGitHub <noreply@github.com>2024-05-08 13:00:10 +0200
commitbf546973d01a1ec4a306cbcc789bd86ea70e44be (patch)
treeb6365fe60530091f577224e8518afcc05eff8c28 /.github/dependabot.yml
parent4521ae92f155259e24118bddbe5fc4ef23d2a7ff (diff)
github: Set up Dependabot to manage HashiCorp-owned Actions versioning
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..61e0aff
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,22 @@
+version: 2
+updates:
+ - package-ecosystem: github-actions
+ directory: /
+ schedule:
+ interval: monthly
+ labels:
+ - dependencies
+ - automated
+ reviewers:
+ - hashicorp/terraform-core
+ # only update HashiCorp actions, external actions managed by TSCCR
+ allow:
+ - dependency-name: hashicorp/*
+ groups:
+ github-actions-breaking:
+ update-types:
+ - major
+ github-actions-backward-compatible:
+ update-types:
+ - minor
+ - patch