Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
i-make-robots committed Nov 1, 2024
1 parent d9bf917 commit 982fda9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# .github/dependabot.yml

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/" # Location in the repository where dependabot should check for updates
schedule:
interval: "weekly" # Options: daily, weekly, monthly
commit-message:
prefix: "chore" # Customize commit message prefix (e.g., "chore", "build")
prefix-development: "chore" # Optional, prefix for development dependencies
reviewers:
- "your-reviewer-username" # Optional, replace with GitHub usernames for PR review requests
labels:
- "dependencies" # Optional, labels to add to PRs (e.g., "dependencies", "github-actions")
ignore:
- dependency-name: "actions/checkout" # Optional, ignore updates for specific actions
versions: ["2.x"] # Optional, ignore specific versions

0 comments on commit 982fda9

Please sign in to comment.