mirror of
https://github.com/NuschtOS/search.git
synced 2024-11-21 11:19:06 +01:00
41 lines
843 B
JSON
41 lines
843 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
"default:pinDigestsDisabled",
|
|
"mergeConfidence:all-badges"
|
|
],
|
|
"assignees": [
|
|
"MarcelCoding",
|
|
"SuperSandro2000"
|
|
],
|
|
"dependencyDashboardOSVVulnerabilitySummary": "all",
|
|
"ignoreDeps": [
|
|
"zone.js"
|
|
],
|
|
"nix": {
|
|
"enabled": true
|
|
},
|
|
"osvVulnerabilityAlerts": true,
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["/@feel\//"],
|
|
"groupName": "feel"
|
|
},
|
|
{
|
|
"matchManagers": ["nix"],
|
|
"groupName": "flake inputs"
|
|
}
|
|
],
|
|
"postUpgradeTasks": {
|
|
"commands": ["./nix/update-pnpm-hash.sh"],
|
|
"executionMode": "branch",
|
|
"fileFilters": ["nix/frontend.nix"]
|
|
},
|
|
"prHourlyLimit": 0,
|
|
"schedule": [
|
|
"before 12am on sunday"
|
|
],
|
|
"semanticCommits": "disabled"
|
|
}
|