Skip to content

Commit

Permalink
Change Dependabot to only manage HashiCorp-owned Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored May 7, 2024
1 parent a34142e commit 21dcc29
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "daily"
interval: monthly
labels:
- dependencies
- automated
# 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

0 comments on commit 21dcc29

Please sign in to comment.