Commit 9bceced

mo khan <mo@mokhan.ca>
2021-11-08 23:23:35
remove registries
1 parent 1ed3453
Changed files (1)
.github/dependabot.yml
@@ -1,13 +1,6 @@
 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:
-      - "terraform-private"