mirror of
https://github.com/usestrix/strix.git
synced 2026-08-19 10:05:12 +02:00
Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e107be8c8 | ||
|
|
4a306fcf16 | ||
|
|
99b5ce04bf |
@@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
],
|
||||||
|
"minimumReleaseAge": "7 days",
|
||||||
|
"internalChecksFilter": "strict",
|
||||||
|
"enabledManagers": [
|
||||||
|
"npm",
|
||||||
|
"github-actions",
|
||||||
|
"dockerfile",
|
||||||
|
"pep621"
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"groupName": "non-major dependencies",
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchManagers": [
|
||||||
|
"github-actions",
|
||||||
|
"dockerfile"
|
||||||
|
],
|
||||||
|
"pinDigests": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user