Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mirek163 committed Aug 1, 2024
1 parent 0a613ec commit 7976c3e
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions renovate_config.js
Original file line number Diff line number Diff line change
@@ -1,28 +1,5 @@
module.exports = {
// extends: ["config:recommended"],
// packageRules: [
// {
//
// groupName: 'all non-major dependencies',
// matchUpdateTypes: ['minor', 'patch']
// },
// {
// excludePackagePatterns: ['*'],
// matchUpdateTypes: ['major']
// }
// {
// groupName: "all non-major dependencies",
// groupSlug: "all-minor-patch",
// matchPackageNames: ["*"],
// matchUpdateTypes: ["minor", "patch", "digest"]
// }
// {
// groupName: "eslint",
// matchPackagePatterns: ["^eslint", "^@eslint"]
// }
//],
extends: ["config:recommended", "group:allNonMajor"],
//ignorePresets: ["group:monorepos", "group:recommended"],
extends: ["config:recommended", "group:allNonMajor"],
dependencyDashboard: true,
repositories:
['mirek163/api-layer'],
Expand All @@ -38,6 +15,8 @@ extends: ["config:recommended", "group:allNonMajor"],
true,
prHourlyLimit:
0, // removes rate limit for PR creation per hour
prConcurrentLimit:
0, //removes a maximum limit of x concurrent branches/PRs
npmrc:
'legacy-peer-deps=true', //for updating lock-files
npmrcMerge:
Expand Down

0 comments on commit 7976c3e

Please sign in to comment.