mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00

The previous package was outdated, preventing us from updating TS. This one also lints YAML and JSON, and applies many more rules to the test files, explaining all the changes in this PR.
34 lines
825 B
YAML
34 lines
825 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
time: '02:13'
|
|
timezone: Europe/Brussels
|
|
labels:
|
|
- ⚙️ dependencies
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
time: '03:35'
|
|
timezone: Europe/Brussels
|
|
target-branch: versions/next-major
|
|
ignore:
|
|
# Ignore minor and patch version updates
|
|
- dependency-name: '*'
|
|
update-types: ['version-update:semver-minor', 'version-update:semver-patch']
|
|
# Sticking with Husky 4.x
|
|
- dependency-name: husky
|
|
labels:
|
|
- ⚙️ dependencies
|
|
- package-ecosystem: docker
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
time: '04:22'
|
|
timezone: Europe/Brussels
|
|
labels:
|
|
- ⚙️ dependencies
|