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

Let dependabot to update in group and touch package.json #1709

Merged
merged 3 commits into from
May 8, 2024

Conversation

saschanaz
Copy link
Contributor

No description provided.

@saschanaz
Copy link
Contributor Author

It seems touching dependabot.yml somehow does not trigger the bot. That means I should manually ping @sandersn.

Comment on lines +18 to +21
eslint:
patterns:
- "eslint*"
- "@typescript-eslint/*"
Copy link
Contributor

Choose a reason for hiding this comment

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

Looking at what will be needed for TypeScript ESLint in the future, we may want to already add @eslint/* too:

Suggested change
eslint:
patterns:
- "eslint*"
- "@typescript-eslint/*"
eslint:
patterns:
- "eslint*"
- "@eslint/*"
- "@typescript-eslint/*"

Copy link
Member

@sandersn sandersn left a comment

Choose a reason for hiding this comment

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

Looks good according to my reading of the documentation.

  1. Maybe add @eslint/* in a followup PR?
  2. Only slightly related, but I wonder whether exact versions would be safer long-term? But that may not be well-supported by tools like dependabot -- the documentation I read assumes version ranges.

@sandersn sandersn merged commit 012436b into microsoft:main May 8, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants