Skip to content

Commit

Permalink
Merge pull request #509 from dora-rs/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
haixuanTao authored May 29, 2024
2 parents e7858a6 + 8e1d000 commit 105e04a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/dependabot.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":semanticCommitTypeAll(chore)"
],
"rangeStrategy": "in-range-only",
"packageRules": [
{
"matchUpdateTypes": [
"lockFileMaintenance"
],
"groupName": "Update Cargo.lock"
}
],
"schedule": [
"on monday"
]
}

0 comments on commit 105e04a

Please sign in to comment.