Skip to content

Commit

Permalink
set renovate config to extend from base config for developer tooling …
Browse files Browse the repository at this point in the history
…team (#160)

(i had to run yarn to commit and that updated the yarn install state file ?)

Co-authored-by: Aaron <[email protected]>
  • Loading branch information
aaronmgdr and aaronmgdr authored Feb 6, 2024
1 parent 1a116f1 commit 4278170
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
7 changes: 4 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>celo-org/.github:renovate-config"],
"extends": [
"local>celo-org/.github:renovate-config",
"local>celo-org/developer-tooling:dt-renovate-base"
],
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
Expand All @@ -19,11 +22,9 @@
"matchPackagePatterns": ["eslint"],
"groupName": "eslint",
"enabled": false

}
],
"ignoreDeps": ["web3", "ethers"],
"prConcurrentLimit": 8,
"major": {
"minimumReleaseAge": "12 days"
},
Expand Down

0 comments on commit 4278170

Please sign in to comment.