mirror of
https://github.com/nikdoof/globaltalk-scraper.git
synced 2025-12-17 12:59:23 +00:00
Add common Renovate config
This commit is contained in:
25
.github/renovate.json
vendored
25
.github/renovate.json
vendored
@@ -1,24 +1,7 @@
|
|||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended",
|
||||||
],
|
"github>nikdoof/renovate-config:python",
|
||||||
"packageRules": [
|
"github>nikdoof/renovate-config:github"
|
||||||
{
|
|
||||||
"description": "Auto merge GitHub Actions",
|
|
||||||
"matchManagers": [
|
|
||||||
"github-actions"
|
|
||||||
],
|
|
||||||
"matchDatasources": [
|
|
||||||
"github-tags"
|
|
||||||
],
|
|
||||||
"automerge": true,
|
|
||||||
"ignoreTests": true,
|
|
||||||
"automergeType": "branch",
|
|
||||||
"matchUpdateTypes": [
|
|
||||||
"minor",
|
|
||||||
"patch",
|
|
||||||
"digest"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user