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
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,
|
enabled: true,
|
||||||
schedule: null,
|
schedule: null,
|
||||||
},
|
},
|
||||||
schedule: null,
|
|
||||||
packageRules: [
|
packageRules: [
|
||||||
{
|
{
|
||||||
packagePattern: '.*',
|
packagePattern: '.*',
|
||||||
schedule: null,
|
schedule: null,
|
||||||
|
lockFileMaintenance: {
|
||||||
|
enabled: true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
force: {
|
||||||
|
lockFileMaintenance: { enabled: true },
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue