Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices"
],
"packageRules": [
{
"groupName": "Templated CI",
"matchManagers": [
"github-actions"
],
"description": [
"Group and update GitHub actions through the copier template to prevent merge conflicts"
],
"automerge": true
}
]
}
30 changes: 30 additions & 0 deletions template/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommendeds"
],
"packageRules": [
{
"groupName": "Templated CI",
"matchDepNames": [
"actions/checkout",
"actions/download-artifact",
"actions/download-artifact",
"actions/setup-python",
"actions/upload-artifact",
"codecov/codecov-action",
"docker/build-push-action",
"docker/login-action",
"docker/metadata-action",
"docker/setup-buildx-action",
"peaceiris/actions-gh-pages",
"pypa/gh-action-pypi-publish",
"softprops/action-gh-release",
"ytanikin/pr-conventional-commits"
],
"description": [
"Group and update GitHub actions through the copier template to prevent merge conflicts"
]
}
]
}
Loading