]> git.ipfire.org Git - thirdparty/pdns.git/blob - .github/dependabot.yml
Merge pull request #14200 from rgacogne/auth-enable-leak-detection-unit-tests
[thirdparty/pdns.git] / .github / dependabot.yml
1 # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2
3 version: 2
4 updates:
5 - package-ecosystem: github-actions
6 directory: "/"
7 schedule:
8 interval: daily
9 timezone: Europe/Amsterdam
10 open-pull-requests-limit: 5
11 - package-ecosystem: pip
12 directory: "/"
13 schedule:
14 interval: daily
15 timezone: Europe/Amsterdam
16 open-pull-requests-limit: 0