mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-10 07:15:53 +00:00
- CODEOWNERS: default owners @Salazareo @ProgrammerIn-wonderland @jelveh @jfcastro92, plus @reynaldichernando for src/docs. - dependabot.yml: ignore semver-minor/major npm updates, patch only. - backend-tests.yaml / puterjs-tests.yaml: trigger unconditionally and gate the real work behind a dorny/paths-filter job instead of a workflow-level path filter, so the checks always report (skipped when irrelevant) and can be marked required. Also pins matrix job names to the artifact label instead of the branch ref, which previously made the check name change per PR and unusable as a required check.
21 lines
456 B
YAML
21 lines
456 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 10
|
|
ignore:
|
|
- dependency-name: "*"
|
|
update-types: ["version-update:semver-major", "version-update:semver-minor"]
|
|
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|