mirror of
https://github.com/tanrax/RSSingle.git
synced 2024-11-10 04:45:40 +01:00
ff30f5807b
This commit adds support for Dependabot, which will alert the maintainer when things are out of date, including GH Actions and Python packages. Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
12 lines
212 B
YAML
12 lines
212 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|