]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
add dependabot config - PRs for GH actions, only alerts for Python packages
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 12 Oct 2022 14:50:28 +0000 (16:50 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 19 Oct 2022 14:47:17 +0000 (16:47 +0200)
.github/dependabot.yml [new file with mode: 0644]

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..ae7979c
--- /dev/null
@@ -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