Change frequency of dependabot gh-action check to monthly

Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
This commit is contained in:
Tom Pantelis
2023-01-31 13:31:25 -05:00
committed by Thomas Pantelis
parent b8af85b7e8
commit 58a261182f
+4 -4
View File
@@ -4,19 +4,19 @@ updates:
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: '/' directory: '/'
schedule: schedule:
interval: weekly interval: monthly
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: '/' directory: '/'
target-branch: "release-0.12" target-branch: "release-0.12"
schedule: schedule:
interval: weekly interval: monthly
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: '/' directory: '/'
target-branch: "release-0.13" target-branch: "release-0.13"
schedule: schedule:
interval: weekly interval: monthly
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: '/' directory: '/'
target-branch: "release-0.14" target-branch: "release-0.14"
schedule: schedule:
interval: weekly interval: monthly