mirror of
https://github.com/tanrax/RSSingle.git
synced 2024-11-10 05:55:42 +01:00
Add Dependabot dependency GH support
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>
This commit is contained in:
parent
1460f92f02
commit
ff30f5807b
11
.github/dependabot.yml
vendored
Normal file
11
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
Loading…
Reference in New Issue
Block a user