-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Adding dependabot config (for Dockerfiles) #4339
Conversation
Seems the config is wrong, I fixed it by testing to
Also then getting this error
Seems dependabot cant into recursive folder search what I saw after googling for some secs I would use a config like this:
Also we can also add something like this
See my test here which I did in some mins: I wonder if it can also upgrade to a newer major release for e.g. debian? buster -> bullseye |
nope, https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/about-dependabot-version-updates#about-dependabot-version-updates states that it uses semver, which does not support this. |
@MAGICCC you are totally true ... I forgot about that dependabot doesn't work recursive. Do you wonna start a new PR or should I fix up mine? |
I would like to wait for @andryyy answer. I like the idea, but we need to implent tests (maybe github actions?) if everything is building right etc. |
Branch not deleted, sorry for that. |
2aead31
to
880a68d
Compare
Closed, as we've introduced Renovate for that Job recently. Sorry :( |
Adding config for Dependabot keeping track of new versions.