mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 09:52:35 +00:00
chore: testing
This commit is contained in:
parent
f1179fe443
commit
c6a5562084
1 changed files with 4 additions and 9 deletions
11
.github/config.js
vendored
11
.github/config.js
vendored
|
|
@ -6,17 +6,12 @@ module.exports = {
|
||||||
onboarding: false,
|
onboarding: false,
|
||||||
platform: 'github',
|
platform: 'github',
|
||||||
repositories: ['renovatebot/github-action'],
|
repositories: ['renovatebot/github-action'],
|
||||||
|
printConfig: true,
|
||||||
|
force: {
|
||||||
|
schedule: ['at any time'],
|
||||||
lockFileMaintenance: {
|
lockFileMaintenance: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
schedule: ['at any time'],
|
schedule: ['at any time'],
|
||||||
},
|
},
|
||||||
printConfig: true,
|
|
||||||
packageRules: [
|
|
||||||
{
|
|
||||||
description: 'lockFileMaintenance',
|
|
||||||
updateTypes: ['lockFileMaintenance'],
|
|
||||||
enabled: true,
|
|
||||||
schedule: ['at any time'],
|
|
||||||
},
|
},
|
||||||
],
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue