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
1 changed files with 3 additions and 3 deletions

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