Skip to content

Commit

Permalink
Merge pull request #246 from ponkio-o/split-aqua-pkgs
Browse files Browse the repository at this point in the history
chore: separated the aqua's pkgs
  • Loading branch information
ponkio-o authored Oct 1, 2024
2 parents 29e1c26 + 3f6bc9e commit c602a92
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
aqua/
aqua.yaml
5 changes: 1 addition & 4 deletions aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ registries:
- type: standard
ref: v4.228.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: golangci/golangci-lint@v1.61.0
- name: goreleaser/goreleaser@v2.3.2
- name: Songmu/tagpr@v1.4.2
- name: golang/go@go1.23.1
- import: aqua/imports/*.yaml
2 changes: 2 additions & 0 deletions aqua/imports/golang.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: golang/go@go1.23.1
2 changes: 2 additions & 0 deletions aqua/imports/golangci-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: golangci/golangci-lint@v1.61.0
2 changes: 2 additions & 0 deletions aqua/imports/goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: goreleaser/goreleaser@v2.3.2
2 changes: 2 additions & 0 deletions aqua/imports/tagpr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: Songmu/tagpr@v1.4.2

0 comments on commit c602a92

Please sign in to comment.