Skip to content

Commit 29b1cff

Browse files
authored
Ci update (#26)
* Add CODEOWNERS Signed-off-by: Federico Busetti <[email protected]> * PyCharm stuff Signed-off-by: Federico Busetti <[email protected]> * Group dependency updates Signed-off-by: Federico Busetti <[email protected]> --------- Signed-off-by: Federico Busetti <[email protected]>
1 parent bec94eb commit 29b1cff

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @febus982

.idea/misc.xml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

renovate.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,19 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5+
],
6+
"packageRules": [
7+
{
8+
"groupName": "all non-major dependencies",
9+
"groupSlug": "all-minor-patch",
10+
"matchPackagePatterns": [
11+
"*"
12+
],
13+
"excludePackageNames": ["python"],
14+
"matchUpdateTypes": [
15+
"minor",
16+
"patch"
17+
]
18+
}
519
]
620
}

0 commit comments

Comments
 (0)