Skip to content

Commit 3126209

Browse files
authored
Merge pull request #221 from onnx/andife-patch-4
Create dependabot.yml
2 parents bd1aea4 + 8c6e15d commit 3126209

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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"

0 commit comments

Comments
 (0)