mirror of
https://github.com/cmur2/miflorad.git
synced 2024-12-21 16:54:24 +01:00
module: switch to Renovate again
This commit is contained in:
parent
72c4c94cb7
commit
21f139d3cc
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
@ -1,13 +0,0 @@
|
||||
---
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: gomod
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: thursday
|
||||
time: '14:00'
|
||||
timezone: Europe/Berlin
|
||||
pull-request-branch-name:
|
||||
separator: "-"
|
||||
open-pull-requests-limit: 99
|
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: [],
|
||||
}
|
||||
|
@ -1,27 +0,0 @@
|
||||
{
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"commitMessagePrefix": "module:",
|
||||
"commitMessageAction": "update",
|
||||
"rebaseStalePrs": true,
|
||||
"packageRules": [
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user