Skip to content
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

Ignore is a list for dependabot #5127

Merged
merged 2 commits into from
Dec 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ updates:
schedule:
interval: "daily"
ignore:
dependency-name: "org.codehaus.groovy:groovy-all"
- dependency-name: "org.codehaus.groovy:groovy-all"
timja marked this conversation as resolved.
Show resolved Hide resolved
- dependency-name: "commons-beanutils:commons-beanutils"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW we should be including comments referring to written reasons for avoiding certain updates. For Groovy it is pretty well-known but for BeanUtils the issues in #4928 and #4328 were pretty technical.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just wanted to fix dependabot in this PR,

comments added in #5130 feel free to debate / suggest phrasing