]> git.proxmox.com Git - mirror_edk2.git/blob - .github/dependabot.yml
OvmfPkg: Refactor MeaureFvImage
[mirror_edk2.git] / .github / dependabot.yml
1 ## @file
2 # Dependabot configuration file to enable GitHub services for managing and updating
3 # dependencies.
4 #
5 # Copyright (c) Microsoft Corporation.
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 # Please see the documentation for all configuration options:
9 # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
10 ##
11 version: 2
12 updates:
13 - package-ecosystem: "pip"
14 directory: "/"
15 schedule:
16 interval: "daily"
17 commit-message:
18 prefix: "pip"
19 reviewers:
20 - "makubacki"
21 - "mdkinney"
22 - "spbrogan"
23
24 - package-ecosystem: "github-actions"
25 directory: "/"
26 schedule:
27 interval: "weekly"
28 day: "monday"
29 commit-message:
30 prefix: "GitHub Action"
31 reviewers:
32 - "makubacki"
33 - "mdkinney"
34 - "spbrogan"