Skip to content

Commit 5f5bc32

Browse files
authored
Add dependabot config (#60)
* Add dependabot config. * Screwing up indentation to make yamllint happy. * Group updates together. * Fix indentation.
1 parent 73fac92 commit 5f5bc32

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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"
13+
groups:
14+
ci:
15+
patterns:
16+
- "*"

0 commit comments

Comments
 (0)