Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #27 from tfmigrator/chore/update-aqua
Browse files Browse the repository at this point in the history
chore: update aqua
  • Loading branch information
suzuki-shunsuke authored Mar 22, 2022
2 parents 7c3b4b4 + a8e6d93 commit 3ab5b76
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
go-version: '1.17'
- run: go build -o /usr/local/bin/tfmigrator ./cmd/tfmigrator

- uses: int128/aqua-action@v1
- uses: aquaproj/aqua-installer@v1.0.0
with:
aqua_version: v1.1.0

- run: tfenv install
working-directory: examples/example1
- run: terraform init
working-directory: examples/example1
- run: terraform apply -auto-approve
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ $ brew install tfmigrator/cli/tfmigrator

You can install tfmigrator with [aqua](https://aquaproj.github.io/) too.

```console
$ aqua g -i tfmigrator/cli
```

## Index

* [Examples](examples)
Expand Down
5 changes: 2 additions & 3 deletions aqua.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
registries:
- type: standard
ref: v0.10.1 # renovate: depName=suzuki-shunsuke/aqua-registry

ref: v1.9.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: tfutils/tfenv@v2.2.2
- name: hashicorp/terraform@v1.1.7
10 changes: 5 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"extends": [
"config:base"
"config:base",
"github>aquaproj/aqua-renovate-config#0.1.8"
],
"automerge": true,
"major": {
"automerge": false
},
"packageRules": [
{
"matchUpdateTypes": ["major"],
"automerge": false
},
{
"matchUpdateTypes": ["digest"],
"enabled": false
Expand Down

0 comments on commit 3ab5b76

Please sign in to comment.