File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed
Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
44 " config:best-practices"
5+ ],
6+ "packageRules" : [
7+ {
8+ "groupName" : " Templated CI" ,
9+ "matchManagers" : [
10+ " github-actions"
11+ ],
12+ "description" : [
13+ " Group and update GitHub actions through the copier template to prevent merge conflicts"
14+ ],
15+ "automerge" : true
16+ }
517 ]
618}
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " config:recommendeds"
5+ ],
6+ "packageRules" : [
7+ {
8+ "groupName" : " Templated CI" ,
9+ "matchDepNames" : [
10+ " actions/checkout" ,
11+ " actions/download-artifact" ,
12+ " actions/download-artifact" ,
13+ " actions/setup-python" ,
14+ " actions/upload-artifact" ,
15+ " codecov/codecov-action" ,
16+ " docker/build-push-action" ,
17+ " docker/login-action" ,
18+ " docker/metadata-action" ,
19+ " docker/setup-buildx-action" ,
20+ " peaceiris/actions-gh-pages" ,
21+ " pypa/gh-action-pypi-publish" ,
22+ " softprops/action-gh-release" ,
23+ " ytanikin/pr-conventional-commits"
24+ ],
25+ "description" : [
26+ " Group and update GitHub actions through the copier template to prevent merge conflicts"
27+ ]
28+ }
29+ ]
30+ }
You can’t perform that action at this time.
0 commit comments