Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
chore(dependabot): update the 5.x.x branch (#1069)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Mallimo <[email protected]>
  • Loading branch information
PixnBits and Matthew-Mallimo authored Aug 8, 2023
1 parent f1fd340 commit 957a2e5
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,35 @@ updates:
- "github-actions"
- "dependabot"
target-branch: "main"
# again, but for the n-1 version branch
# Enable npm updates for all of our package.json
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
labels:
- "npm"
- "dependencies"
- "dependabot"
- "one app"
allow:
- dependency-type: "direct"
target-branch: "5.x.x"
# Enable version updates for Docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"
labels:
- "docker"
- "dependabot"
target-branch: "5.x.x"
# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/.github/workflows"
schedule:
interval: "monthly"
labels:
- "github-actions"
- "dependabot"
target-branch: "5.x.x"

0 comments on commit 957a2e5

Please sign in to comment.