🚀 Initial Commit

This commit is contained in:
Nikhil Badyal
2022-08-12 21:02:47 +05:30
commit 0cafeb1381
16 changed files with 1274 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
# Config for Dependabot updates. See Documentation here:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# Update GitHub actions in workflows
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
assignees:
- "nikhilbadyal"
# Enable version updates for Docker
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `docker/test/postgres` directory
directory: "/"
# Check for updates to GitHub Actions every weekday
schedule:
interval: "daily"
assignees:
- "nikhilbadyal"
# Enable version updates for Python/Pip - Production
- package-ecosystem: "pip"
# Look for a `requirements.txt` in the `root` directory
# also 'setup.cfg', 'runtime.txt' and 'requirements/*.txt'
directory: "/"
# Check for updates to GitHub Actions every weekday
schedule:
interval: "daily"
assignees:
- "nikhilbadyal"