forked from ChelseaKR/habitable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
30 lines (30 loc) · 928 Bytes
/
Copy pathdependabot.yml
File metadata and controls
30 lines (30 loc) · 928 Bytes
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
# SPDX-License-Identifier: AGPL-3.0-or-later
version: 2
updates:
- package-ecosystem: "uv"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
groups:
python-dependencies:
patterns: ["*"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
# 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*"
- package-ecosystem: "docker"
directory: "/relay"
schedule:
interval: "weekly"
open-pull-requests-limit: 5