From: Peter van Dijk Date: Wed, 12 Oct 2022 14:50:28 +0000 (+0200) Subject: add dependabot config - PRs for GH actions, only alerts for Python packages X-Git-Tag: dnsdist-1.8.0-rc1~268^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45cb61af26b500b4a31010f642f5dd315df9ddf2;p=thirdparty%2Fpdns.git add dependabot config - PRs for GH actions, only alerts for Python packages --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..ae7979ca9f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + timezone: Europe/Amsterdam + open-pull-requests-limit: 5 +- package-ecosystem: pip + directory: "/" + schedule: + interval: daily + timezone: Europe/Amsterdam + open-pull-requests-limit: 0