Initial version.
-
Improved parser of existing config files.
-
Added new configuration options
- Switch to make dependabutler verify that a registry is really used, before adding it to the config.
- List of files to search for the above, in addition to the manifest file itself.
-
Ignoring archived and empty repositories.
-
Updated sample config files (new options, improved patterns).
- Added manifest type specific configuration to allow overriding default update settings.
- Added config parameter for adding a random suffix to PR branch names (
branch-name-random-suffix
). - Added check to avoid
insecure-external-code-execution
being set on invalid manifest types. - Code cleanup.
-
Added support for updates of existing PRs.
-
Added config parameter for adding a sleep time after PR creation/update (
sleep-after-pr-action
). -
Fixes and code cleanup.
- Fixes.
- Fix incorrect path comparison when checking if manifest is covered by existing config.
- Process manifests sorted by path, to generate stable output.
- Fix addition of default registries.
- Update to Go 1.21.
- Added parsing of
enable-beta-ecosystems
andgroups
config properties.
- Update to Go 1.22.
- Added config property
manifest-ignore-pattern
to exclude directories from the manifest file search.