mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 17:32:35 +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',
|
||||
repositories: ['renovatebot/github-action'],
|
||||
printConfig: true,
|
||||
force: {
|
||||
schedule: ['at any time'],
|
||||
lockFileMaintenance: {
|
||||
enabled: true,
|
||||
schedule: ['at any time'],
|
||||
},
|
||||
lockFileMaintenance: {
|
||||
enabled: true,
|
||||
schedule: null,
|
||||
},
|
||||
schedule: null,
|
||||
packageRules: [
|
||||
{
|
||||
packagePattern: '.*',
|
||||
schedule: null,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue