1
0
mirror of https://github.com/NuschtOS/search.git synced 2024-11-21 11:19:06 +01:00
search/.github/renovate.json
Sandro e7af14f1bb
Ignore zone.js (#164)
that is being upgraded by angular
2024-11-04 23:30:12 +01:00

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"
}