Browse Source

Create dependabot.yml

pull/2102/head
Daniel Thamdrup 5 months ago
parent
commit
4e985dbd69
No account linked to committer's email address
1 changed files with 16 additions and 0 deletions
  1. 16
    0
      .github/dependabot.yml

+ 16
- 0
.github/dependabot.yml View File

@@ -0,0 +1,16 @@
1
+---
2
+# To get started with Dependabot version updates, you'll need to specify which
3
+# package ecosystems to update and where the package manifests are located.
4
+# Please see the documentation for all configuration options:
5
+# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
6
+
7
+version: 2
8
+updates:
9
+  - package-ecosystem: "docker"
10
+    directory: "/"
11
+    schedule:
12
+      interval: "weekly"
13
+    ignore:
14
+      - dependency-name: "*"
15
+        update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
16
+...

Loading…
Cancel
Save