-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Normalize folder names #8698
base: main
Are you sure you want to change the base?
Normalize folder names #8698
Conversation
3f36b38
to
bd77b03
Compare
We'll have to change these in all the runners: https://github.com/dependabot/cli/blob/f50317a4a56527afc8f575f19f39e78e0c9c2303/internal/infra/updater.go#L33-L35 I think they have to be absolute paths. I wonder if dropping a symbolic link in the Dockerfile from |
Yeah, correct! I added some code for backwards compatibility but honestly a symlink in the Dockerfile sounds like a better and safer approach. I'll update this PR! |
bd77b03
to
8a6ba4e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is one of those PRs I'd make sure to use it with staging before going to prod 😄
Haha, yes, I was planning to do that. It's an all works or nothing works PR 😅. |
0f38d2a
to
d3b6b05
Compare
d3b6b05
to
a28249a
Compare
I find it confusing that we use different naming in source code ("updater/") and in the updater image file structure ("dependabot-updater/").
This PR tries to normalize that.