Check GHA updates weekly

The release frequency of some GHAs means we end up with daily
dependabot PRs, which results in lots of not-particularly-useful
review work. Reducing the update cadence to weekly shouldn't expose us
to much risk and will reduce PR churn.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
This commit is contained in:
Stephen Kitt
2022-08-26 16:04:16 -04:00
committed by Thomas Pantelis
parent e16a2c36df
commit 3eec2f8474
+3 -3
View File
@@ -4,14 +4,14 @@ updates:
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: '/' directory: '/'
schedule: schedule:
interval: daily interval: weekly
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: '/' directory: '/'
target-branch: "release-0.12" target-branch: "release-0.12"
schedule: schedule:
interval: daily interval: weekly
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: '/' directory: '/'
target-branch: "release-0.13" target-branch: "release-0.13"
schedule: schedule:
interval: daily interval: weekly