debug: add renovate config

This commit is contained in:
Aravinth Manivannan 2024-06-02 18:21:21 +05:30
parent bbce466a0e
commit 4e2c9674e3
Signed by: realaravinth
GPG key ID: F8F50389936984FF

12
renovate.json Normal file
View file

@ -0,0 +1,12 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"updateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}