mirror of
https://github.com/cyclotruc/gitingest.git
synced 2026-04-28 08:19:31 +00:00
chore: Configure Renovate (#489)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
768895a07b
commit
6ece06c1e5
2 changed files with 6 additions and 22 deletions
22
.github/dependabot.yml
vendored
22
.github/dependabot.yml
vendored
|
|
@ -1,22 +0,0 @@
|
||||||
version: 2
|
|
||||||
updates:
|
|
||||||
# ─── Python (pip) ─────────────────────────────
|
|
||||||
- package-ecosystem: "pip"
|
|
||||||
directory: "/"
|
|
||||||
schedule: { interval: "weekly" }
|
|
||||||
labels: [ "dependencies", "pip" ]
|
|
||||||
groups: # Group patches & minors from dev-only tools
|
|
||||||
dev-py:
|
|
||||||
dependency-type: "development"
|
|
||||||
update-types: ["minor", "patch"]
|
|
||||||
|
|
||||||
# ─── GitHub Actions ───────────────────────────
|
|
||||||
- package-ecosystem: "github-actions"
|
|
||||||
directory: "/"
|
|
||||||
schedule: { interval: "weekly" }
|
|
||||||
labels: [ "dependencies", "gh-actions" ]
|
|
||||||
|
|
||||||
- package-ecosystem: docker
|
|
||||||
directory: /
|
|
||||||
schedule:
|
|
||||||
interval: daily
|
|
||||||
6
renovate.json
Normal file
6
renovate.json
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue