1
0
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:
Christian Nicolai 2021-04-30 11:16:16 +02:00 committed by GitHub
parent 43dd527485
commit b73416d775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: ",
},
],