We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2161cb2 commit 3a750e4Copy full SHA for 3a750e4
renovate.json
@@ -2,11 +2,13 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
"config:best-practices",
5
+ ":dependencyDashboardApproval",
6
":enableVulnerabilityAlerts",
7
":separateMultipleMajorReleases",
8
"customManagers:biomeVersions",
9
"schedule:weekly"
10
],
11
+ "assignees": ["setchy"],
12
"labels": ["dependency"],
13
"rangeStrategy": "pin",
14
"packageRules": [
@@ -22,7 +24,7 @@
22
24
{
23
25
"description": "Fetch changelog details for twemoji packages",
26
"matchPackageNames": ["@discordapp/twemoji"],
- "sourceUrl": "https://github.com/jdjdecked/twemoji"
27
+ "changelogUrl": "https://github.com/jdjdecked/twemoji"
28
}
29
30
"customManagers": [
0 commit comments