forked from ChelseaKR/mrf-honest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
33 lines (32 loc) · 1.17 KB
/
Copy pathdependabot.yml
File metadata and controls
33 lines (32 loc) · 1.17 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
version: 2
# Upgradability and vulnerability management. `make verify` already runs
# `pip-audit --strict` over the exported lockfile on every laptop and in CI,
# which catches a dependency that is *already* known-vulnerable. This config
# covers the other half: keeping the pinned set 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"
- 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*