-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.fleet.yml
More file actions
44 lines (42 loc) · 1.41 KB
/
Copy path.fleet.yml
File metadata and controls
44 lines (42 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
schema: 1
license: "agpl"
params:
astro-docs: true
dependabot:
- package-ecosystem: "github-actions"
group: "github-actions"
directory: "/"
- package-ecosystem: "npm"
group: "npm-dependencies"
directory: "/site"
- package-ecosystem: "swift"
group: "swift-dependencies"
directory: "/"
link-check:
targets: "--config lychee.toml --root-dir site/dist/client './site/dist/client/**/*.html' README.md"
build-site: true
site-directory: "site"
authenticated-github: false
schedule: "0 14 * * 1"
concurrency-group: "link-check"
codeql:
languages: ["swift"]
paths: ["Sources/**", "Package.swift", "Package.resolved"]
runner: "macos-26"
timeout-minutes: 30
build-mode: "manual"
build-profile: "swift-package"
pinprick-audit:
advanced-security: "${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}"
fail-on-findings: true
readme:
badges:
workflow: "ci.yml"
extra:
- "[](data/LICENSE)"
license:
text: |-
This project is licensed under the [GNU Affero General Public License v3.0](LICENSE) (`AGPL-3.0-only`).
The release data in `data/` is licensed separately under [CC-BY-4.0](data/LICENSE).
Copyright (C) 2026 Patrick Linnane
exceptions: {}