feat: configure nix update and renovate pipeline (#6)
Create pipelines to run Renovate and Nix Flake lock updates.
This commit is contained in:
parent
74172fd7e7
commit
1465a19ce2
3 changed files with 46 additions and 0 deletions
8
renovate.json5
Normal file
8
renovate.json5
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"platform": "github",
|
||||
"semanticCommits": true,
|
||||
"labels": ["renovate"],
|
||||
"repositories": ["dc-tec/k8s-gitops"],
|
||||
"extends": ["config:recommended"],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue