Merge pull request #5 from k8sgpt-ai/chore/renovate

chore: add initial renovate config
This commit is contained in:
Alex Jones 2023-03-22 06:52:27 +00:00 committed by GitHub
commit 6934e9c5fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}
]
}