Skip to content

Commit 4a1ef54

Browse files
authored
chore: update Renovate and Dependabot config (#467)
1 parent 8cf4c1d commit 4a1ef54

3 files changed

Lines changed: 18 additions & 31 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

renovate.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,29 @@
44
"config:recommended"
55
],
66
"timezone": "Europe/Berlin",
7-
"schedule": "before 2am every weekday",
7+
"schedule": ["at any time"],
88
"labels": [
99
"bot",
1010
"renovate",
1111
"dependencies",
1212
"skip:test:long_running",
1313
"skip:codecov"
1414
],
15-
"ignorePaths": [
16-
"plugins/manifest/package.json"
15+
"enabledManagers": ["pep621", "github-actions"],
16+
"lockFileMaintenance": {
17+
"enabled": true,
18+
"schedule": ["before 5am on monday"]
19+
},
20+
"packageRules": [
21+
{
22+
"groupName": "minor and patch dependencies",
23+
"matchManagers": ["pep621"],
24+
"matchUpdateTypes": ["minor", "patch"]
25+
},
26+
{
27+
"groupName": "GitHub Actions",
28+
"matchManagers": ["github-actions"],
29+
"separateMajorMinor": false
30+
}
1731
]
1832
}

specifications/SPEC-BUILD-CHAIN-CICD-SERVICE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ The Build Chain and CI/CD Module shall:
6161
│ ├── _docker-publish.yml # Container image publishing
6262
│ ├── _codeql.yml # GitHub CodeQL security analysis
6363
│ └── _ketryx_report_and_check.yml # Compliance reporting
64-
├── copilot-instructions.md # AI pair programming guidelines
65-
└── dependabot.yml # Automated dependency updates
64+
└── copilot-instructions.md # AI pair programming guidelines
6665
6766
Makefile # Local development task orchestration
6867
noxfile.py # Python environment management and task automation

0 commit comments

Comments
 (0)