Skip to content

Commit

Permalink
Merge pull request #109 from openameba/chore/update-renovate
Browse files Browse the repository at this point in the history
chore: update renovate settings
  • Loading branch information
sasaplus1 authored Nov 21, 2024
2 parents ccb5aae + 76ecf2d commit 9e66891
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"group:linters",
":automergeAll",
":label(renovate)",
":preserveSemverRanges",
":timezone(Asia/Tokyo)"
":timezone(Asia/Tokyo)",
"helpers:pinGitHubActionDigestsToSemver"
],
"assignees": [
"herablog",
"sasaplus1",
"tokimari"
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"reviewers": [
"team:spindle-working-group"
]
}

0 comments on commit 9e66891

Please sign in to comment.