⬆️ deps(github-actions): update dependabot/fetch-metadata action to v1.7.0 #148
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.1.1→v1.7.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
dependabot/fetch-metadata (dependabot/fetch-metadata)
v1.7.0Compare Source
What's Changed
diffdirectory by @jeffwidman in #278New Contributors
Full Changelog: dependabot/fetch-metadata@v1.6.0...v1.7.0
v1.6.0Compare Source
What's Changed
.vscodefolder to.gitignoreby @timothy-humphrey in #385New Contributors
Full Changelog: dependabot/fetch-metadata@v1...v1.6.0
v1.5.1Compare Source
What's Changed
Bugfix:
Dep bumps that are trivial so decided to keep this a patch release:
Internal-facing infra changes:
eslint-related deps by @jeffwidman in #374Full Changelog: dependabot/fetch-metadata@v1...v1.5.1
v1.5.0Compare Source
What's Changed
New Features:
Bumped Deps:
Docs:
Code cleanup:
GITHUB_TOKENby @jeffwidman in #357bin/bump-versionby @jeffwidman in #368set-outputby @jeffwidman in #370v1tag to the latest release by @jeffwidman in #361Full Changelog: dependabot/fetch-metadata@v1...v1.5.0
v1.4.0Compare Source
New Features
Bugfix
von commit message versions by @jonmcquillan in #338Dep Bumps
Other
New Contributors
Full Changelog: dependabot/fetch-metadata@v1...v1.4.0
v1.3.6Compare Source
What's Changed
git pullfetches all branches/tags by @jeffwidman in #284New Contributors
Full Changelog: dependabot/fetch-metadata@v1...v1.3.6
v1.3.5Compare Source
What's Changed
README.mdby @jeffwidman in #280New Contributors
Full Changelog: dependabot/fetch-metadata@v1...v1.3.5
v1.3.4Compare Source
What's Changed
New Contributors
Full Changelog: dependabot/fetch-metadata@v1.3.3...v1.3.4
v1.3.3Compare Source
What's Changed
New Contributors
Full Changelog: dependabot/fetch-metadata@v1.3.2...v1.3.3
v1.3.2Compare Source
What's Changed
New Contributors
Full Changelog: dependabot/fetch-metadata@v1.3.1...v1.3.2
v1.3.1Compare Source
Highlights
This release is primarily catching up on our dependencies, but it also includes a few bug fixes:
update-typeto be blank occasionally, thanks @mwaddellWhat's Changed
update-typeis missing for some reason, calculate it by @mwaddell in #173New Contributors
Full Changelog: dependabot/fetch-metadata@v1.3.0...v1.3.1
v1.3.0: - Fetch additional metadata via the GitHub APICompare Source
Highlights
🆕 Fetch additional metadata about Dependabot commits
You can now optionally enable API lookups within the Action to retrieve extra information about Dependabot PRs.
Example:
The flags enable the following new outputs:
steps.dependabot-metadata.outputs.alert-statealert-lookupistrue, this contains the current state of that alert (OPEN, FIXED or DISMISSED).steps.dependabot-metadata.outputs.ghsa-idalert-lookupistrue, this contains the GHSA-ID of that alert.steps.dependabot-metadata.outputs.cvssalert-lookupistrue, this contains the CVSS value of that alert (otherwise it contains 0).steps.dependabot-metadata.outputs.compatibility-scorecompat-lookupistrue, this contains the compatibility score (otherwise it contains 0).Many thanks to @mwaddell for contributing these additional flags 🥇
The Action no longer fails if other commits are present
We received feedback at this change was highly obtrusive and blocking common workflows that merging in the target branch. Following on from changes in 1.2.1 to make it easier for a user to re-run failed workflows this friction was much more obvious.
Thanks for the feedback, and thanks @mwaddell for contributing the change.
The Action defaults to using the GITHUB_TOKEN
This makes us consistent with other GitHub Actions such as
actions/checkoutin using the baseline token provided to the workflow. Since the Action doesn't have any features which require write scopes this defaulting is adequate for all use cases.Thanks @jablko for contributing this change 🏆
What's Changed
bump-versionto update README.md as well by @mwaddell in #163New Contributors
Full Changelog: dependabot/fetch-metadata@v1.2.1...v1.3.0
v1.2.1: - Workflows may be re-ran by someone other than DependabotCompare Source
Highlights:
fetch-metadataworkflows can be retried, thanks @mwaddell!What's Changed
dependency-typevalues by @mwaddell in #145Full Changelog: dependabot/fetch-metadata@v1.2.0...v1.2.1
v1.2.0: - Updated outputsCompare Source
What's Changed
directory,package-ecosystem, andtarget-branchas outputs by @mwaddell in #139All other changes are dev or build related.
Full Changelog: dependabot/fetch-metadata@v1.1.1...v1.2.0
Configuration
📅 Schedule: Branch creation - At 10:00 PM through 11:59 PM and 12:00 AM through 06:59 AM ( * 22-23,0-6 * * * ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.