Skip to content

Commit 49920f2

Browse files
chore: Configure Renovate (#1)
* Add renovate.json * Update renovate.json * Update renovate.json * Rename renovate.json to renovate.json5 * Update renovate.json5 * Update renovate.json5 * Update renovate.json5 * Update renovate.json5 * Update renovate.json5 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emídio Neto <[email protected]>
1 parent 4a1e0ce commit 49920f2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

renovate.json5

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:best-practices",
5+
"helpers:pinGitHubActionDigestsToSemver"
6+
],
7+
"packageRules": [
8+
{
9+
"matchManagers": ["pip_requirements"],
10+
"matchFileNames": ["**/*requirements*.txt"],
11+
"enabled": false,
12+
"groupName": "pip dependencies",
13+
"groupSlug": "pip"
14+
},
15+
],
16+
"labels": [
17+
"dependencies"
18+
]
19+
}

0 commit comments

Comments
 (0)