Skip to content

Commit 75eb1aa

Browse files
chore: Configure Renovate (#2)
* Add renovate.json * chore: make Renovate ignore .sphinx --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cristovao Cordeiro <cristovao.cordeiro@canonical.com>
1 parent 8c62205 commit 75eb1aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"ignorePaths": ["docs/.sphinx/**"],
4+
"extends": [
5+
"config:recommended"
6+
]
7+
}

0 commit comments

Comments
 (0)