mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 09:22:36 +00:00
chore: simplify workflows
This commit is contained in:
parent
05ac6b546e
commit
36b30fe60f
5 changed files with 62 additions and 39 deletions
17
.github/config.js
vendored
Normal file
17
.github/config.js
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
module.exports = {
|
||||
branchPrefix: 'ga-renovate/',
|
||||
dryRun: true,
|
||||
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
|
||||
logLevel: 'debug',
|
||||
onboarding: false,
|
||||
platform: 'github',
|
||||
repositories: ['renovatebot/github-action'],
|
||||
packageRules: [
|
||||
{
|
||||
description: 'lockFileMaintenance',
|
||||
updateTypes: ['lockFileMaintenance'],
|
||||
enabled: true,
|
||||
schedule: [],
|
||||
},
|
||||
],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue