Skip to content

Commit

Permalink
moved dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
yochaigal committed Jan 26, 2025
1 parent 831a721 commit 953d568
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
# Update Ruby gems
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "weekly" # Change to daily or monthly if desired
ignore:
- dependency-name: "github-pages" # GitHub manages this version, so updates aren't necessary
# Update GitHub Actions workflows (optional)
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
12 changes: 0 additions & 12 deletions .github/workflows/dependabot.yml

This file was deleted.

0 comments on commit 953d568

Please sign in to comment.