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:
Jelle van der Waa 2024-02-07 10:40:32 +01:00 committed by Martin Pitt
parent 5d2840449a
commit bf4889042a

View file

@ -21,3 +21,9 @@ updates:
patternfly: patternfly:
patterns: patterns:
- "@patternfly*" - "@patternfly*"
- package-ecosystem: "github-actions"
directory: "/"
open-pull-requests-limit: 3
schedule:
interval: "weekly"