Skip to content

Commit

Permalink
dependabot: check for github actions and bundler
Browse files Browse the repository at this point in the history
dependabot will then watch for outdated gems or github actions and
create PRs to update them.
  • Loading branch information
bastelfreak committed Feb 5, 2024
1 parent 8850748 commit 05e19a0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:
# raise PRs for gem updates
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
time: "13:00"
open-pull-requests-limit: 10

# Maintain dependencies for GitHub Actions
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "13:00"
open-pull-requests-limit: 10

0 comments on commit 05e19a0

Please sign in to comment.