forked from ChelseaKR/permit-bearings
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
23 lines (23 loc) · 716 Bytes
/
Copy pathdependabot.yml
File metadata and controls
23 lines (23 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version: 2
updates:
- package-ecosystem: pip
directory: /
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 5
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: monday
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*