mirror of
https://github.com/cmur2/miflorad.git
synced 2025-06-27 08:30:30 +02:00
module: switch to Renovate again
This commit is contained in:
44
.github/renovate.json5
vendored
Normal file
44
.github/renovate.json5
vendored
Normal file
@ -0,0 +1,44 @@
|
||||
{
|
||||
extends: [
|
||||
"config:base",
|
||||
":dependencyDashboard",
|
||||
":prHourlyLimitNone",
|
||||
":prConcurrentLimitNone",
|
||||
":label(dependency-upgrade)",
|
||||
],
|
||||
schedule: ["before 8am on thursday"],
|
||||
branchPrefix: "renovate-",
|
||||
dependencyDashboardHeader: "View repository job log [here](https://app.renovatebot.com/dashboard#github/cmur2/miflorad).",
|
||||
separateMinorPatch: true,
|
||||
commitMessagePrefix: "module: ",
|
||||
commitMessageAction: "update",
|
||||
commitMessageTopic: "{{depName}}",
|
||||
commitMessageExtra: "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}",
|
||||
packageRules: [
|
||||
// Commit message formats
|
||||
{
|
||||
matchManagers: ["github-actions"],
|
||||
commitMessagePrefix: "ci: ",
|
||||
},
|
||||
// less noisy updates
|
||||
{
|
||||
packageNames: [
|
||||
"github.com/currantlabs/gatt",
|
||||
"github.com/muka/ble",
|
||||
"github.com/muka/go-bluetooth",
|
||||
],
|
||||
extends: ["schedule:weekly"],
|
||||
},
|
||||
{
|
||||
packageNames: [
|
||||
"github.com/coreos/go-systemd",
|
||||
"github.com/mgutz/ansi",
|
||||
"github.com/mgutz/logxi",
|
||||
"golang.org/x/net",
|
||||
],
|
||||
extends: ["schedule:monthly"],
|
||||
},
|
||||
],
|
||||
regexManagers: [],
|
||||
}
|
||||
|
Reference in New Issue
Block a user