Sfoglia il codice sorgente

Create dependabot.yml

pull/2102/head
Daniel Thamdrup 6 mesi fa
parent
commit
4e985dbd69
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 16 aggiunte e 0 eliminazioni
  1. 16
    0
      .github/dependabot.yml

+ 16
- 0
.github/dependabot.yml Vedi 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…
Annulla
Salva