github: allow dependeabot to update github workflow actions
Github usually updates their actions once a while and then warns about a node env getting deprecated in runs. Which is not super easily spotted by a developer until it's too late, so let's like npm let dependabot handle updating.
This commit is contained in:
parent
5d2840449a
commit
bf4889042a
1 changed files with 6 additions and 0 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
|
@ -21,3 +21,9 @@ updates:
|
|||
patternfly:
|
||||
patterns:
|
||||
- "@patternfly*"
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
open-pull-requests-limit: 3
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue