forked from vbpf/prevail
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdependabot.yml
More file actions
34 lines (30 loc) · 830 Bytes
/
dependabot.yml
File metadata and controls
34 lines (30 loc) · 830 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
31
32
33
34
# Copyright (c) Prevail Verifier contributors.
# SPDX-License-Identifier: MIT
#
# For documentation on the format of this file, see
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
---
version: 2
updates:
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "weekly"
day: "saturday"
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "weekly"
day: "saturday"
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "weekly"
day: "saturday"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "saturday"