forked from ChelseaKR/homeroom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
44 lines (42 loc) · 1.48 KB
/
Copy pathdependabot.yml
File metadata and controls
44 lines (42 loc) · 1.48 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
version: 2
# Upgradability and vulnerability management. `make verify` already runs
# `pip-audit`, which catches a dependency that is *already* known-vulnerable.
# This config covers the other half: keeping the pinned Python set, the Node
# gate toolchain, and the SHA-pinned action set current, at a weekly PR volume
# one maintainer can actually review.
updates:
- package-ecosystem: uv
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 5
labels: ["dependencies"]
commit-message:
prefix: "build"
# html-validate and axe-core are build-time page gates, never shipped to a
# reader; they still need to stay current to keep catching what they catch.
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 5
labels: ["dependencies"]
commit-message:
prefix: "build"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 5
labels: ["dependencies", "ci"]
commit-message:
prefix: "ci"
# One PR for the whole CodeQL action set: init, analyze, autobuild and
# upload-sarif must always run the same version. Since CodeQL Action
# 3.30.4 the non-init steps hard-error when they load a configuration
# file written by a different version, so a half-applied bump breaks the
# scan rather than merely warning.
groups:
codeql-action:
patterns:
- github/codeql-action*