- Notifications
You must be signed in to change notification settings - Fork12
Enable Dependabot for Workflow updates#68
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Weltraumschaf merged 2 commits intosecureCodeBox:mainfromWeltraumschaf:dependabot_image_updatesJul 28, 2023
Merged
Enable Dependabot for Workflow updates#68
Weltraumschaf merged 2 commits intosecureCodeBox:mainfromWeltraumschaf:dependabot_image_updatesJul 28, 2023
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This file contains hidden or 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
We want to be notified if- used GitHub actions and- used baes images in the workfloware outdated.We are not sure if it will work. This is a first try.The docker ecosystem is configured globaly because we may usecontainers outside workflows and we hope that Dependabot searchesrecursive. We are also not sure if Dependabot recognizes the imagetag in the workflow YAML as Docker dependency.Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
eebfc55
to671b0b7
CompareIlyesbdlala approved these changesJul 28, 2023
Why has the CI not ran on this PR? Any idea@Zero3141 ? |
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
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.
We want to be notified if
are outdated.
We are not sure if it will work. This is a first try.
The docker ecosystem is configured globaly because we may use containers outside workflows and we hope that Dependabot searches recursive. We are also not sure if Dependabot recognizes the image tag in the workflow YAML as Docker dependency.