Pārlūkot izejas kodu

Create dependabot.yml

pull/2102/head
Daniel Thamdrup 6 mēnešus atpakaļ
vecāks
revīzija
4e985dbd69
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
1 mainītis faili ar 16 papildinājumiem un 0 dzēšanām
  1. 16
    0
      .github/dependabot.yml

+ 16
- 0
.github/dependabot.yml Parādīt failu

@@ -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
+...

Notiek ielāde…
Atcelt
Saglabāt