-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/feature/eslint-config-v9' into f…
…eature/eslint-config-v9
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "npm" | ||
directories: | ||
- "." | ||
schedule: | ||
interval: "weekly" | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: ["version-update:semver-major"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!-- Provide a general summary of your changes in the title above. --> | ||
|
||
# Description | ||
<!-- | ||
What do you want to achieve with this PR? Why did you write this code? What problem does this PR solve? | ||
Describe your changes in detail and, if relevant, explain which choices you have made and why. | ||
When making changes to the UI, make sure to include comparison screenshots! | ||
--> | ||
|
||
## Related issues/external references | ||
<!-- | ||
Format issues on GitHub as `#XXX`. Tickets from support.gewis.nl can also be auto-linked by using | ||
`ABC-YYMM-XXX`. | ||
--> | ||
|
||
## Types of changes | ||
<!-- What types of changes does your code introduce? Remove all the items that do not apply: --> | ||
- Bug fix _(non-breaking change which fixes an issue)_ | ||
- New feature _(non-breaking change which adds functionality)_ | ||
- Breaking change _(fix or feature that would cause existing functionality to change)_ | ||
- Documentation improvement | ||
- Style _(Change that do not affect the functionality of the code)_ | ||
- CI/CD _(Changes to the CI/CD configuration)_ |