Skip to content

Commit

Permalink
Setup Dependabot
Browse files Browse the repository at this point in the history
Targeting 2.19.x, since we want the updates to bubble up. Since
Dependabot has had no effect on doctrine/dbal yet, I suppose that means
that "dependabot.yml" must be present on the default branch.
  • Loading branch information
greg0ire committed May 5, 2024
1 parent 8ca99fd commit 0e26e3e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "CI"
target-branch: "2.19.x"

0 comments on commit 0e26e3e

Please sign in to comment.