Skip to content

Commit

Permalink
Change Dependabot to only manage HashiCorp-owned Actions
Browse files Browse the repository at this point in the history
External actions managed by TSCCR automation
  • Loading branch information
xiehan authored May 7, 2024
1 parent 43d11d3 commit f7f291a
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
version: 2

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

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
interval: "weekly"

0 comments on commit f7f291a

Please sign in to comment.