Skip to content

Commit

Permalink
Use Dependabot also for actions. (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Jan 26, 2024
1 parent 6422241 commit c7202eb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,19 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/actions/ansible-docs-build-comment"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/actions/ansible-docs-build-diff"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/actions/ansible-docs-build-html"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/actions/ansible-docs-build-init"
schedule:
interval: "daily"

0 comments on commit c7202eb

Please sign in to comment.