Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dev): Add configuration for aqua to manage tooling dependencies #18020

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions aqua/aqua-policy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
registries:
- name: local
type: local
path: registry.yaml
packages:
- registry: local
22 changes: 22 additions & 0 deletions aqua/aqua.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
# aqua - Declarative CLI Version Manager
# https://aquaproj.github.io/
registries:
- type: standard
ref: v4.27.0 # renovate: depName=aquaproj/aqua-registry
Fixed Show fixed Hide fixed
- name: local
type: local
path: registry.yaml
packages:
- name: crates.io/[email protected]
registry: local
- name: crates.io/[email protected]
registry: local
- name: crates.io/[email protected]
registry: local
- name: crates.io/[email protected]
registry: local
- name: crates.io/[email protected]
registry: local
- name: crates.io/[email protected]
registry: local
19 changes: 19 additions & 0 deletions aqua/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
packages:
- name: crates.io/wasm-pack
type: cargo
crate: wasm-pack
- name: crates.io/cargo-deb
type: cargo
crate: cargo-deb
- name: crates.io/cross
type: cargo
crate: cross
- name: crates.io/cargo-nextest
type: cargo
crate: cargo-nextest
- name: crates.io/cargo-deny
type: cargo
crate: cargo-deny
- name: crates.io/cargo-msrv
type: cargo
crate: cargo-msrv
Loading