* Test dependabot for Dockerfiles. * Also for github actions * Update dependabot.yml * Fix urls.py for new versions of Django * Fix urls.py for postorius. * Bump dependency on Postgresql. * Bump dependency on Django * Add dependency on tzdata.
19 lines
743 B
YAML
19 lines
743 B
YAML
# To get started with Dependabot version updates, you'll need to specify which
|
|
# package ecosystems to update and where the package manifests are located.
|
|
# Please see the documentation for all configuration options:
|
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "docker" # See documentation for possible values
|
|
directory: "/" # Location of package manifests
|
|
schedule:
|
|
interval: "weekly"
|
|
# Enable version updates for Actions
|
|
- package-ecosystem: "github-actions"
|
|
# Look for `.github/workflows` in the `root` directory
|
|
directory: "/"
|
|
# Check for updates once a week
|
|
schedule:
|
|
interval: "weekly"
|