Skip to content

Commit a0c91c0

Browse files
committed
Customize Renovate service
By adding a renovate.json to the default branch we can configure and customize Renovate's functionality.
1 parent 6c90337 commit a0c91c0

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

renovate.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"labels": [
7+
"ok-to-test"
8+
],
9+
"enabledManagers": [
10+
"tekton",
11+
"rpm-lockfile"
12+
]
13+
}

0 commit comments

Comments
 (0)