Skip to content

Commit

Permalink
ci(dependabot): add Dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
koeaw committed Nov 5, 2024
1 parent afc4d0a commit 0ebc5ed
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# SPDX-FileCopyrightText: 2024 K Kollmann
# SPDX-License-Identifier: MIT

version: 2
updates:
# dependencies for GitHub Actions
- package-ecosystem: "github-actions"
# workflows/actions are assumed to be in (have as root) .github/workflows
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "ci"
include: "scope"
# project dependencies
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "build"
include: "scope"

0 comments on commit 0ebc5ed

Please sign in to comment.