Commit e6c1117

mo khan <mo@mokhan.ca>
2021-11-08 22:32:57
add broken config
1 parent d8d555e
Changed files (1)
.github/dependabot.yml
@@ -0,0 +1,13 @@
+version: 2
+registries:
+  terraform-private:
+    type: terraform-registry
+    url: https://app.example.com
+    token: ${{secrets.MY_SECRET}}
+updates:
+  - package-ecosystem: gomod
+    directory: '/'
+    schedule:
+      interval: 'daily'
+    registries:
+      - "*"