DaggerIO modules manager #30131
Labels
new package manager
New package manager support
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
type:feature
Feature (new functionality)
New package manager questionnaire
Did you read our documentation on adding a package manager?
Basics
What's the name of the package manager?
Dagger.io
What language(s) does this package manager support?
Dagger Pipelines
How popular is this package manager?
10.6k github stars
Does this language have other (competing?) package managers?
What are the big selling points for this package manager?
There are no other package managers for Dagger Modules
Detecting package files
What kind of package files, and names, does this package manager use?
dagger.json
Which
fileMatch
pattern(s) should Renovate use?["(^|/)dagger\.json"]
Do many users need to extend the
fileMatch
pattern for custom file names?Is the
fileMatch
pattern going to get many "false hits" for files that have nothing to do with package management?No
Parsing and Extraction
Can package files have "local" links to each other that need to be resolved?
Yes
Package file parsing method
The package files should be:
Which format/syntax does the package file use?
How should we parse the package files?
Does the package file have different "types" of dependencies?
List all the sources/syntaxes of dependencies that can be extracted
The dagger file contains a
dependencies
(or doesn't if empty), which is just a list of dependencies either in the form:{"name": "", "source": "<path/to/module/relative/to/it>"}
or{"name": "", "source": "github.com/<username>/<project>/<folder_of_module>@<commit_hash>"}
Describe which types of dependencies above are supported and which will be implemented in future
Dagger Modules
Versioning
What versioning scheme does the package file(s) use?
Commit Hashes
Does this versioning scheme support range constraints, like
^1.0.0
or1.x
?^1.0.0
or1.x
), provide details.Lookup
Is a new datasource required?
Will users want (or need to) set a custom host or custom registry for Renovate's lookup?
Where can Renovate find the custom host/registry?
Are there any constraints in the package files that Renovate should use in the lookup procedure?
v3.x
), provide details.Will users need the ability to configure language or other constraints using Renovate config?
Artifacts
Does the package manager use a lock file or checksum file?
Is the locksum or checksum mandatory?
If lockfiles or checksums are used: what tool and exact commands should Renovate use to update one (or more) package versions in a dependency file?
Package manager cache
Does the package manager use a cache?
If the package manager uses a cache, how can Renovate control the cache?
Should Renovate keep a cache?
Generating a lockfile from scratch
Renovate can perform "lock file maintenance" by getting the package manager to generate a lockfile from scratch.
Can the package manager generate a lockfile from scratch?
Other
What else should we know about this package manager?
Originally posted by @LuminatiHD in #30116 (comment)
The text was updated successfully, but these errors were encountered: