Skip to content

Commit

Permalink
Merge pull request #5 from betadots/gha
Browse files Browse the repository at this point in the history
dependabot: check for github actions, docker and gems
  • Loading branch information
bastelfreak committed Sep 27, 2023
2 parents 4dcc2fa + f571b62 commit 6eb9fca
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
---
version: 2
updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
time: "13:00"
open-pull-requests-limit: 10
# 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

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
time: "13:00"
open-pull-requests-limit: 10

0 comments on commit 6eb9fca

Please sign in to comment.