Skip to content

Commit

Permalink
Configure Dependabot (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso committed Sep 19, 2024
1 parent b63e28d commit 474a42a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Docs: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: ".github:"

# Maintain dependencies for Go
- package-ecosystem: "gomod"
directories:
- "/src/connectorgen"
- "/src/processorgen"
schedule:
interval: "daily"
commit-message:
prefix: "go.mod:"

0 comments on commit 474a42a

Please sign in to comment.