Skip to content

Commit

Permalink
Allow WB/WS packages otherwise groups don't match anything (#1931)
Browse files Browse the repository at this point in the history
## Summary:

I set up Dependabot updates for WonderBlocks and WonderStuff packages last week and set them so they'd be updated in groups. However, I missed adding them to the `allow` list, which prevented any updates to them. This PR adds them to the `allow` list so that Dependabot actually works. 

Issue: "none"

## Test plan:

Land and watch tonights Dependabot run.

Author: jeremywiebe

Reviewers: jandrade, #perseus

Required Reviewers:

Approved By: jandrade

Checks: ✅ gerald, ✅ Publish npm snapshot (ubuntu-latest, 20.x), ✅ Check builds for changes in size (ubuntu-latest, 20.x), ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ✅ Cypress (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ Publish Storybook to Chromatic (ubuntu-latest, 20.x), ✅ gerald

Pull Request URL: #1931
  • Loading branch information
jeremywiebe authored Nov 29, 2024
1 parent 834bd8b commit e795534
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ updates:
allow:
- dependency-name: "@khanacademy/eslint-config"
- dependency-name: "@khanacademy/eslint-plugin"
- dependency-name: "@khanacademy/wonder-blocks-*"
- dependency-name: "@khanacademy/wonder-stuff-*"
assignees:
- "@Khan/perseus"

Expand Down

0 comments on commit e795534

Please sign in to comment.