Files
ansible-docs/.github/dependabot.yml
Maxwell G 059db40867 add dependabot config for updating Github Actions
This is copied from antsibull.
2023-08-21 13:38:42 -05:00

12 lines
314 B
YAML

---
# Copyright (c) Ansible Project
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"