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

chore: Allow Renovate to update npm tests #2081

Merged
merged 1 commit into from Apr 5, 2024

Conversation

haines
Copy link
Member

@haines haines commented Apr 5, 2024

The Renovate config:base preset includes the :ignoreModulesAndTests preset, which means that it's ignoring packages under npm/test.

This PR

  • removes the config:base preset (which has been replaced by config:recommended anyway) and inlines the only preset included in it that we actually need (:dependencyDashboard);
  • enables the configMigration setting so that we get PRs to keep the file up-to-date; and
  • adds packageRules to configure the Node.js/npm updates.

Signed-off-by: Andrew Haines <haines@cerbos.dev>
@haines haines requested a review from charithe April 5, 2024 09:14
@haines haines enabled auto-merge (squash) April 5, 2024 09:15
@haines haines merged commit d0c6c46 into cerbos:main Apr 5, 2024
21 checks passed
@haines haines deleted the renovate-npm-tests branch April 5, 2024 09:36
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.

None yet

2 participants