mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 01:42:34 +00:00
chore: testing
This commit is contained in:
parent
c6a5562084
commit
e6e8466aa8
1 changed files with 10 additions and 6 deletions
16
.github/config.js
vendored
16
.github/config.js
vendored
|
|
@ -7,11 +7,15 @@ module.exports = {
|
||||||
platform: 'github',
|
platform: 'github',
|
||||||
repositories: ['renovatebot/github-action'],
|
repositories: ['renovatebot/github-action'],
|
||||||
printConfig: true,
|
printConfig: true,
|
||||||
force: {
|
lockFileMaintenance: {
|
||||||
schedule: ['at any time'],
|
enabled: true,
|
||||||
lockFileMaintenance: {
|
schedule: null,
|
||||||
enabled: true,
|
|
||||||
schedule: ['at any time'],
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
|
schedule: null,
|
||||||
|
packageRules: [
|
||||||
|
{
|
||||||
|
packagePattern: '.*',
|
||||||
|
schedule: null,
|
||||||
|
},
|
||||||
|
],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue