Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #453 from dataware-tools/fix/renovate-config
Browse files Browse the repository at this point in the history
Fix renovate config
  • Loading branch information
WatanabeToshimitsu authored Jul 7, 2022
2 parents 04c0dae + 717b517 commit 66674b3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>dataware-tools/renovate-config"
]
],
"packageRules": [ {
"matchDepTypes": [
"peerDependencies"
],
"rangeStrategy": "bump"
}]
}

0 comments on commit 66674b3

Please sign in to comment.