enable grouped updates for actions and python

This commit is contained in:
David Lord 2023-11-09 08:46:13 -08:00
parent 04920b3076
commit 33d8886226
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -1,9 +1,18 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: "github-actions" - package-ecosystem: github-actions
directory: "/" directory: /
schedule: schedule:
interval: "monthly" interval: monthly
day: "monday" groups:
time: "16:00" github-actions:
timezone: "UTC" patterns:
- '*'
- package-ecosystem: pip
directory: /requirements/
schedule:
interval: monthly
groups:
python-requirements:
patterns:
- '*'