-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Move dependabot config to .github folder #1242
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
Conversation
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.
LGTM 💯
@@ -0,0 +1,13 @@ | |||
version: 2 |
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.
awesome
@@ -0,0 +1,13 @@ | |||
version: 2 | |||
updates: | |||
- package-ecosystem: gomod |
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.
nit: you can add assignees so that new PR will notify the team if you want.
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.
probably reviewers
ignore: | ||
# ignore forked linters because of their versioning issues. TODO: fix it. | ||
- dependency-name: "github.com/golangci/*" | ||
- package-ecosystem: github-actions |
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.
so great to have this one to update github-actions as well.
I just take a look at the all supported package-ecosystem. Docker might be another one we can enable.
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.
let me check it
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.
done
f19ae0d
to
40aeeea
Compare
Replace existent dependabot config with v2 and move it to the
.github
folderEnable version updates for GitHub actions