Skip to content

Commit 3a750e4

Browse files
authored
chore(renovate): enable dependency dashboard approval workflow (#2486)
* chore(renovate): enable dependency dashboard approval workflow * Update renovate.json
1 parent 2161cb2 commit 3a750e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:best-practices",
5+
":dependencyDashboardApproval",
56
":enableVulnerabilityAlerts",
67
":separateMultipleMajorReleases",
78
"customManagers:biomeVersions",
89
"schedule:weekly"
910
],
11+
"assignees": ["setchy"],
1012
"labels": ["dependency"],
1113
"rangeStrategy": "pin",
1214
"packageRules": [
@@ -22,7 +24,7 @@
2224
{
2325
"description": "Fetch changelog details for twemoji packages",
2426
"matchPackageNames": ["@discordapp/twemoji"],
25-
"sourceUrl": "https://github.com/jdjdecked/twemoji"
27+
"changelogUrl": "https://github.com/jdjdecked/twemoji"
2628
}
2729
],
2830
"customManagers": [

0 commit comments

Comments
 (0)