Skip to content

Commit

Permalink
Add basic Dependabot config (#74)
Browse files Browse the repository at this point in the history
* Add basic dependabot config.

* Increase frequency to daily.
  • Loading branch information
felixfontein authored Jan 26, 2024
1 parent f54aca1 commit 6516750
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
# 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: "daily"

0 comments on commit 6516750

Please sign in to comment.