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
e6e8466aa8
commit
e88e04cc45
1 changed files with 6 additions and 1 deletions
7
.github/config.js
vendored
7
.github/config.js
vendored
|
|
@ -11,11 +11,16 @@ module.exports = {
|
|||
enabled: true,
|
||||
schedule: null,
|
||||
},
|
||||
schedule: null,
|
||||
packageRules: [
|
||||
{
|
||||
packagePattern: '.*',
|
||||
schedule: null,
|
||||
lockFileMaintenance: {
|
||||
enabled: true,
|
||||
},
|
||||
},
|
||||
],
|
||||
force: {
|
||||
lockFileMaintenance: { enabled: true },
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue