summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2021-11-19 16:23:03 +0000
committerFrantisek Sumsal <frantisek@sumsal.cz>2021-12-07 09:08:26 +0000
commit4997d1b965c4395c1a643bf81d99c1235754bd51 (patch)
tree0164ff3f32e475a0d4efdc337572c13ddfe80825 /.github/dependabot.yml
parented0e6f0f71acedac3f80cdab33bf0c37aa05b065 (diff)
downloadsystemd-4997d1b965c4395c1a643bf81d99c1235754bd51.tar.gz
ci: pin python dependencies and let Dependabot keep track of them
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 79cdf9d28a..a23d6374c1 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -7,3 +7,8 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 2
+ - package-ecosystem: "pip"
+ directory: "/.github/workflows"
+ schedule:
+ interval: "monthly"
+ open-pull-requests-limit: 2