Skip to content

Commit

Permalink
renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Jan 29, 2024
1 parent e909cb9 commit 9d87d11
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
4 changes: 0 additions & 4 deletions .github/.kodiak.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@ method = "squash"
[merge.message]
title = "pull_request_title"
body = "pull_request_body"
[merge.automerge_dependencies]
# auto merge all PRs opened by "dependabot" that are "minor" or "patch" version upgrades. "major" version upgrades will be ignored.
versions = ["minor", "patch"]
usernames = ["dependabot"]
14 changes: 0 additions & 14 deletions .github/dependabot.yml

This file was deleted.

21 changes: 21 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"git-submodules": {
"enabled": true
},
"platformAutomerge": true,
"automergeStrategy": "squash"
}

0 comments on commit 9d87d11

Please sign in to comment.