about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-02-17 02:54:12 -0500
committerGitHub <noreply@github.com>2023-02-17 08:54:12 +0100
commit2e938865378aa1b6ee014184dccb6f196f038c31 (patch)
tree1c1f2f65fdfaac75f55985bf17ef4cd062d4fe49 /.github
parent68a92c81bfb1bc4703cd4974321b8cb168793541 (diff)
Enable Depependabot on Docker images (#23553)
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index c785d4a35..74d64620e 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -28,3 +28,18 @@ updates:
     open-pull-requests-limit: 99
     allow:
       - dependency-type: direct
+
+  - package-ecosystem: docker
+    directory: '/'
+    schedule:
+      interval: weekly
+    open-pull-requests-limit: 99
+    ignore:
+      - dependency-name: 'moritzheiber/ruby-jemalloc'
+        update-types:
+          # only suggest patch releases for ruby and needs to sync with .ruby-version
+          - 'version-update:semver-minor'
+      - dependency-name: 'node'
+        update-types:
+          # only node minor releases allowed unless .nvmrc major is changed
+          - 'version-update:semver-major'