blob: 15402a0c155e37884ef98f53188cff082e20ebb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Set update schedule for GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
github-actions:
patterns:
- "*" # Groups ALL github-actions updates into one PR
|