Skip to content

Commit

Permalink
Allow eslint to be updated by dependabot (Issue #1841, PR #2232)
Browse files Browse the repository at this point in the history
# Description

closes #1841

# Self Check:

Strike through any lines that are not applicable (`~~line~~`) then check the box

- [x] Attached issue to pull request
- [x] Changelog entry
- [x] Code is clear and sufficiently documented
- [x] Sufficient test cases (reproduces the bug/tests the requested feature)
- [x] Correct, in line with design
- [ ] ~~End user documentation is included or an issue is created for end-user documentation (add ref to issue here: )~~

# Reviewer Checklist:

- [ ] Sufficient test cases (reproduces the bug/tests the requested feature)
- [ ] Code is clear and sufficiently documented
- [ ] Correct, in line with design
  • Loading branch information
Stijn Coolen authored and inmantaci committed Dec 21, 2021
1 parent 9e906f9 commit ec146e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@ updates:
# Serialize all Dependabot PRs to prevent merge conflicts
# on the package.json and yarn.lock files
open-pull-requests-limit: 1
ignore:
- dependency-name: "eslint"
# For ESLint, ignore all updates for version 8
versions: ["8.x"]
4 changes: 4 additions & 0 deletions changelogs/unreleased/1841-dependabot-allow-eslint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
description: Allow eslint to be updated by dependabot
issue-nr: 1841
change-type: patch
destination-branches: [master, iso4]

0 comments on commit ec146e0

Please sign in to comment.