Skip to content

Commit

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

* Apply suggestions from code review

Co-authored-by: Nara Kasbergen Kwon <855115+xiehan@users.noreply.github.com>

* Add label

---------

Co-authored-by: Nara Kasbergen Kwon <855115+xiehan@users.noreply.github.com>
  • Loading branch information
dbanck and xiehan committed May 13, 2024
1 parent 259b9e9 commit c07c678
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 c07c678

Please sign in to comment.