Skip to content

Commit

Permalink
ci: add deps to release notes and add dependabot configuration (#4949)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Jan 6, 2025
1 parent fe949c8 commit f80c256
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 5 deletions.
39 changes: 39 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# $schema: https://json.schemastore.org/dependabot-2.0.json

version: 2
updates:
- package-ecosystem: "pip"
directory: "/api"
schedule:
interval: "daily"
reviewers:
- "flagsmith/flagsmith-back-end"
commit-message:
prefix: "deps"
labels:
- "api"
- "dependencies"

- package-ecosystem: "npm"
directory: "/frontend"
schedule:
interval: "daily"
reviewers:
- "flagsmith/flagsmith-front-end"
commit-message:
prefix: "deps"
labels:
- "front-end"
- "dependencies"

- package-ecosystem: "npm"
directory: "/docs"
schedule:
interval: "daily"
reviewers:
- "flagsmith/flagsmith-docs"
commit-message:
prefix: "deps"
labels:
- "docs"
- "dependencies"
10 changes: 5 additions & 5 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"hidden": false,
"section": "Infrastructure (Flagsmith SaaS Only)"
},
{
"type": "deps",
"hidden": false,
"section": "Dependency Updates"
},
{
"type": "ci",
"hidden": true,
Expand All @@ -38,11 +43,6 @@
"hidden": true,
"section": "Docs"
},
{
"type": "deps",
"hidden": true,
"section": "Dependency Updates"
},
{
"type": "perf",
"hidden": true,
Expand Down

0 comments on commit f80c256

Please sign in to comment.