mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-07-12 22:59:43 +00:00
Merge pull request #5 from k8sgpt-ai/chore/renovate
chore: add initial renovate config
This commit is contained in:
commit
6934e9c5fa
18
renovate.json
Normal file
18
renovate.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base",
|
||||
"helpers:pinGitHubActionDigests"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchCurrentVersion": "!/^0/",
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user