1
0
mirror of https://github.com/k8sgpt-ai/k8sgpt.git synced 2025-05-10 09:05:34 +00:00

chore: add initial renovate config

Signed-off-by: Thomas Schuetz <thomas.schuetz@t-sc.eu>
This commit is contained in:
Thomas Schuetz 2023-03-22 07:44:38 +01:00
parent 54d8d1cea1
commit e37dbc7909
No known key found for this signature in database
GPG Key ID: 2F8BF0EDDAA5778F

18
renovate.json Normal file
View 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
}
]
}