Skip to content

Commit 8c2f767

Browse files
authored
Create dependabot.yml (#328)
Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
1 parent f53c0f8 commit 8c2f767

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Copyright (c) ONNX Project Contributors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
version: 2
6+
updates:
7+
- package-ecosystem: "github-actions"
8+
# Workflow files stored in the
9+
# default location of `.github/workflows`
10+
directory: "/"
11+
schedule:
12+
interval: "monthly"
13+
cooldown:
14+
default-days: 7
15+
open-pull-requests-limit: 20
16+
labels:
17+
- "github_actions"
18+
- "run release CIs"

0 commit comments

Comments
 (0)