]> git.ipfire.org Git - thirdparty/systemd.git/blob - .github/dependabot.yml
test: make coverage runs happy with capsule@.service
[thirdparty/systemd.git] / .github / dependabot.yml
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2
3 version: 2
4 updates:
5 - package-ecosystem: "github-actions"
6 directory: "/"
7 schedule:
8 interval: "monthly"
9 open-pull-requests-limit: 2
10 - package-ecosystem: "pip"
11 directory: "/.github/workflows"
12 schedule:
13 interval: "monthly"
14 open-pull-requests-limit: 2
15 - package-ecosystem: "docker"
16 directory: "/.clusterfuzzlite"
17 schedule:
18 interval: "monthly"
19 open-pull-requests-limit: 2
20 - package-ecosystem: "gitsubmodule"
21 directory: "/"
22 schedule:
23 interval: "daily"
24 open-pull-requests-limit: 2