瀏覽代碼

Create dependabot.yml

pull/2102/head
Daniel Thamdrup 6 月之前
父節點
當前提交
4e985dbd69
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 16 行新增0 行删除
  1. 16
    0
      .github/dependabot.yml

+ 16
- 0
.github/dependabot.yml 查看文件

@@ -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…
取消
儲存