Skip to content

Commit

Permalink
Reenable Dependabot for internal GitHub actions (#68)
Browse files Browse the repository at this point in the history
* Reenable Dependabot for internal GitHub actions

* Add label and groups
  • Loading branch information
dbanck committed May 13, 2024
1 parent 8530c78 commit d86187e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,20 @@ updates:
schedule:
interval: "daily"
labels: ["dependencies"]
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
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 d86187e

Please sign in to comment.