-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enable you to remove go_install and http packages (#3101)
* feat: enable you to remove go_install and http packages * fix: fix pkgPath * fix: fix http package's pkgPath * fix: replace base_dir with base_dirs * refactor: split method * fix: support multiple package types * fix: use filepath.FromSlash * fix: remove dirs by glob * fix: remove BaseDirs * refactor: split function * refactor: remove the dependency on maps * ci: add the integration test * fix: fix go_install path * fix: ignore no_asset and error_message * fix: ignore a lint error * ci: replace kind with terraform for test of http package
- Loading branch information
1 parent
58bfbe0
commit 9eff974
Showing
4 changed files
with
76 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ registries: | |
path: registry.yaml | ||
packages: | ||
- name: x-motemen/[email protected] | ||
- name: kubernetes-sigs/kind # http package, raw format | ||
- name: hashicorp/[email protected] | ||
- name: kubernetes-sigs/kind # raw format | ||
registry: standard # standard registry | ||
version: v0.17.0 # renovate: depName=kubernetes-sigs/kind | ||
- name: restic/[email protected] | ||
|