Skip to content

Commit 35c9439

Browse files
committed
Add dependabot config.
1 parent 3b634ab commit 35c9439

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
# Copyright (c) Ansible Project
3+
# GNU General Public License v3.0+
4+
# (see https://www.gnu.org/licenses/gpl-3.0.txt)
5+
# SPDX-License-Identifier: GPL-3.0-or-later
6+
7+
version: 2
8+
updates:
9+
- package-ecosystem: "github-actions"
10+
directory: "/"
11+
schedule:
12+
interval: "weekly"

0 commit comments

Comments
 (0)