Compare commits
2 Commits
aabbe9170d
..
0.16.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 14c5432b26 | |||
| ffdc3468a4 |
@@ -2,6 +2,10 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["local>t.behrendt/renovate-configs:common"],
|
"extends": ["local>t.behrendt/renovate-configs:common"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchManagers": ["npm", "bun"],
|
||||||
|
"addLabels": ["deps", "npm"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Group all minor and patch updates together",
|
"description": "Group all minor and patch updates together",
|
||||||
"groupName": "all non-major dependencies",
|
"groupName": "all non-major dependencies",
|
||||||
|
|||||||
@@ -2,6 +2,10 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["local>t.behrendt/renovate-configs:common"],
|
"extends": ["local>t.behrendt/renovate-configs:common"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchManagers": ["gomod"],
|
||||||
|
"addLabels": ["deps", "go"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["golang", "gomod", "go"],
|
"matchPackageNames": ["golang", "gomod", "go"],
|
||||||
"groupName": "go version",
|
"groupName": "go version",
|
||||||
|
|||||||
Reference in New Issue
Block a user