-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps|ci): better workflow and bump dependencies
- Loading branch information
1 parent
e4b6275
commit 2b17370
Showing
5 changed files
with
172 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": [ | ||
"config:recommended", | ||
":dependencyDashboard", | ||
":semanticPrefixFixDepsChoreOthers", | ||
":prHourlyLimitNone", | ||
":prConcurrentLimitNone", | ||
":ignoreModulesAndTests", | ||
"schedule:monthly", | ||
"group:allNonMajor", | ||
"replacements:all", | ||
"workarounds:all" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,7 @@ words: | |
- Probs | ||
- Protobuf | ||
- protocolbuffers | ||
- protoiface | ||
- protovalidate | ||
- rediskeys | ||
- Rueidis | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.