Skip to content

Commit

Permalink
Integrate Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jan 18, 2024
1 parent debe61f commit 073bce1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: terraform
directory: "/tf-workspace"
schedule:
interval: weekly
- package-ecosystem: terraform
directory: "/environments/belgium"
schedule:
interval: weekly
2 changes: 2 additions & 0 deletions environments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ We currently manage one environment: [Belgium](./belgium).
1. Run the GCB trigger again.
1. Configure CI by registering the new environment in [`cloud-oss`](https://github.com/relaycorp/cloud-oss/blob/main/cloud.tf).
1. Configure Error Reporting notifications by [going to the console](https://console.cloud.google.com/errors) and clicking "Configure Notifications". Unfortunately, [we're unable to automate this](https://github.com/hashicorp/terraform-provider-google/issues/12068).
1. Add to [dependabot.yml](../.github/dependabot.yml).
1. Add to [CI](../.github/workflows/ci.yml).

## Deprovision an environment

Expand Down

0 comments on commit 073bce1

Please sign in to comment.