Skip to content

Commit

Permalink
Merge branch 'main' into fluent-socials
Browse files Browse the repository at this point in the history
  • Loading branch information
victorfrye authored Apr 6, 2024
2 parents fdca2e0 + 12d63f0 commit e8e9467
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/1_feature_request.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature] "
labels: ["💡 enhancement", ]
labels: ["💡 Issue-Feature", ]
assignees:
- victorfrye

Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/2_bug_report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
name: Bug report
about: Create a report to help us improve
title: "[Bug] "
labels: ["🐞 bug", ]
labels: ["🐞 Issue-Bug", "🔍 Needs-Triage" ]
assignees:
- victorfrye

Expand Down
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@ updates:
directory: "/"
schedule:
interval: "weekly"
labels: ["📦 Issue-Dependencies", "🌐 Area-WebApp"]

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels: ["📦 Issue-Dependencies", "♾️ Area-Workflow"]

# Maintain dependencies for Dev Containers
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: "weekly"
labels: ["📦 Issue-Dependencies", "♾️ Area-Workflow"]

0 comments on commit e8e9467

Please sign in to comment.