Skip to content

Commit

Permalink
chore(renovate): Extend config repo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jul 28, 2024
1 parent 172f5c2 commit 12d85a1
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":disableRateLimiting",
":automergePr"
],
"platformAutomerge": true,
"labels": [
"dependencies",
"{{datasource}}",
"{{updateType}}"
],
"commitMessagePrefix": ":arrow_up:",
"packageRules": [
{
"matchUpdateTypes": ["lockFileMaintenance", "pin"],
"commitMessagePrefix": ":pushpin:"
},
{
"matchUpdateTypes": ["rollback"],
"commitMessagePrefix": ":arrow_down:"
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["golang"],
"commitMessageTopic": "dependency {{depName}}"
}
"local>clevyr/renovate-config-public"
]
}

0 comments on commit 12d85a1

Please sign in to comment.