Use requirements.txt for automated version bumps. (#566)
* Use requirements.txt for automated version bumps. Move the Mailman requirements into requirements.txt file so that we can use dependabot for automated version bumping. * Remove constraint on mistune * Add requirements file to dockerfile * Add dependency on tzdata
This commit is contained in:
14
.github/dependabot.yml
vendored
14
.github/dependabot.yml
vendored
@@ -12,15 +12,23 @@ updates:
|
||||
- package-ecosystem: "docker" # See documentation for possible values
|
||||
directory: "/web" # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: "weekly"
|
||||
- package-ecosystem: "docker" # See documentation for possible values
|
||||
directory: "/postorius" # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
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"
|
||||
interval: "weekly"
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/core"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/web"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
Reference in New Issue
Block a user