Skip to content

Commit

Permalink
chore: Fix renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
halostatue committed Aug 7, 2024
1 parent fe2dcfc commit 3153db4
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 6 deletions.
46 changes: 46 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"timezone": "America/Toronto",
"branchNameStrict": true,
"commitBodyTable": true,
"configMigration": true,
"extends": [
"config:recommended",
"group:allNonMajor",
"helpers:pinGitHubActionDigests",
"security:openssf-scorecard",
":approveMajorUpdates",
":automergeStableNonMajor",
":automergePr",
":combinePatchMinorReleases",
":ignoreUnstable",
":rebaseStalePrs",
":prHourlyLimit2",
":semanticCommits",
":semanticPrefixChore",
":separateMultipleMajorReleases",
":timezone(America/Toronto)"
],
"automergeSchedule": [
"before 7am on Wednesday"
],
"minimumReleaseAge": "3 days",
"platformAutomerge": true,
"schedule": [
"before 7am on Tuesday"
],
"customManagers": [
{
"customType": "regex",
"datasourceTemplate": "rubygems",
"fileMatch": [
"Rakefile"
],
"matchStrings": [
"extra_(?<isDev>dev_)?deps << \\[\"(?<depName>[^\"]+)\"\\, \"(?<currentValue>[^\"]+)\"]"
],
"depTypeTemplate": "{{#if isDev}}devDependencies{{else}}dependencies{{/if}}",
"versioningTemplate": "ruby"
}
]
}
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit 3153db4

Please sign in to comment.