-
Notifications
You must be signed in to change notification settings - Fork 33
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Dependabot configuration #150
Add Dependabot configuration #150
Conversation
WadeBarnes
commented
Feb 14, 2024
- Configure Dependabot to automatically maintain dependencies for GitHub Actions.
- Check for updates once a week.
- Group all updates into a single PR.
@TimoGlastra, Any thoughts on why this would be failing? |
The dependabot file does not conform to prettier formatting rules. I'll run prettier on the file and update the PR (or you can run prettier locally) |
Ok, so just a non-descript output. I'll look into it. |
21d09f6
to
599fef1
Compare
@TimoGlastra, Give that a go. The other affected PRs have been updated too. |
|
- Configure Dependabot to automatically maintain dependencies for GitHub Actions. - Check for updates once a week. - Group all updates into a single PR. Signed-off-by: Wade Barnes <[email protected]>
599fef1
to
bc7722e
Compare
Pushed Prettier formatting changes. Should work this time. |
Sorry for having to deal with these non important issues. Thanks for the contribution! |