mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
👷 Updated config for dependabot.yml
This commit is contained in:
+13
-12
@@ -1,34 +1,35 @@
|
|||||||
# Config for Dependabot updates. See Documentation here:
|
|
||||||
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
# Update GitHub actions in workflows
|
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
labels:
|
||||||
|
- dependencies🫂
|
||||||
assignees:
|
assignees:
|
||||||
- "nikhilbadyal"
|
- "nikhilbadyal"
|
||||||
|
reviewers:
|
||||||
# Enable version updates for Docker
|
- "nikhilbadyal"
|
||||||
|
|
||||||
- package-ecosystem: "docker"
|
- package-ecosystem: "docker"
|
||||||
# Look for a `Dockerfile` in the `docker/test/postgres` directory
|
|
||||||
directory: "/"
|
directory: "/"
|
||||||
# Check for updates to GitHub Actions every weekday
|
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
labels:
|
||||||
|
- dependencies🫂
|
||||||
assignees:
|
assignees:
|
||||||
- "nikhilbadyal"
|
- "nikhilbadyal"
|
||||||
|
reviewers:
|
||||||
|
- "nikhilbadyal"
|
||||||
|
|
||||||
# Enable version updates for Python/Pip - Production
|
|
||||||
- package-ecosystem: "pip"
|
- package-ecosystem: "pip"
|
||||||
# Look for a `requirements.txt` in the `root` directory
|
|
||||||
# also 'setup.cfg', 'runtime.txt' and 'requirements/*.txt'
|
|
||||||
directory: "/"
|
directory: "/"
|
||||||
# Check for updates to GitHub Actions every weekday
|
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
labels:
|
||||||
|
- dependencies🫂
|
||||||
assignees:
|
assignees:
|
||||||
|
- "nikhilbadyal"
|
||||||
|
reviewers:
|
||||||
- "nikhilbadyal"
|
- "nikhilbadyal"
|
||||||
|
|||||||
Reference in New Issue
Block a user