init
This commit is contained in:
34
.github/renovate.json
vendored
Normal file
34
.github/renovate.json
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-global-schema.json",
|
||||
|
||||
// self-hosted
|
||||
"onboarding": false,
|
||||
"requireConfig": "ignored",
|
||||
"platform": "github",
|
||||
"repositories": ["spotdemo4/zig-template"],
|
||||
|
||||
// repository
|
||||
"extends": ["config:recommended"],
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"automerge": true,
|
||||
"schedule": ["* * * * 0"] // sunday
|
||||
},
|
||||
"nix": {
|
||||
"enabled": true
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchManagers": ["nix"],
|
||||
"groupName": "nix inputs"
|
||||
},
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"groupName": "github actions"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user