mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-22 00:54:22 +01:00
ci: migrate Renovate config
This commit is contained in:
parent
43dd527485
commit
b73416d775
6
.github/renovate.json5
vendored
6
.github/renovate.json5
vendored
@ -15,16 +15,16 @@
|
||||
packageRules: [
|
||||
// Ruby dependencies are managed by depfu
|
||||
{
|
||||
managers: ["bundler"],
|
||||
matchManagers: ["bundler"],
|
||||
enabled: false,
|
||||
},
|
||||
// Commit message formats
|
||||
{
|
||||
datasources: ["docker"],
|
||||
matchDatasources: ["docker"],
|
||||
commitMessagePrefix: "docker: ",
|
||||
},
|
||||
{
|
||||
datasources: ["github-actions"],
|
||||
matchDatasources: ["github-actions"],
|
||||
commitMessagePrefix: "ci: ",
|
||||
},
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user