Make Dependabot run on Saturdays for 1.0.x

This commit is contained in:
Chris Bono
2024-05-31 09:45:51 -05:00
committed by GitHub
parent 0c1bba58ef
commit d9ea9745ae

View File

@@ -4,7 +4,7 @@ updates:
directory: /
schedule:
interval: weekly
day: thursday
day: saturday
target-branch: '1.0.x'
ignore:
- dependency-name: '*'
@@ -28,7 +28,7 @@ updates:
directory: /
schedule:
interval: weekly
day: friday
day: saturday
target-branch: '1.0.x'
labels:
- 'type: task'