Skip to content

Commit

Permalink
github: Change Dependabot to only manage HashiCorp-owned Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan committed May 13, 2024
1 parent bf1144e commit 73ddc63
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,20 @@ updates:
interval: "daily"
labels: ["dependencies"]

- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "daily"
labels: ["dependencies"]
interval: monthly
labels:
- dependencies
# 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 73ddc63

Please sign in to comment.