Skip to content

Commit

Permalink
Merge pull request #165 from eltana-org/general-updates
Browse files Browse the repository at this point in the history
General Updates
  • Loading branch information
GrantBirki committed Jan 2, 2024
2 parents 266ad10 + 7926ae3 commit f9830d3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 deletions.
19 changes: 13 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

---
version: 2
updates:
- package-ecosystem: "npm"
- package-ecosystem: github-actions
directory: "/"
groups:
github-actions:
patterns:
- "*"
schedule:
interval: "monthly"

- package-ecosystem: "github-actions"
interval: monthly
- package-ecosystem: npm
directory: "/"
groups:
npm-dependencies:
patterns:
- "*"
schedule:
interval: "monthly"
interval: monthly
2 changes: 1 addition & 1 deletion .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
# execute the branch-deploy action
- uses: github/branch-deploy@v8.1.1
- uses: github/branch-deploy@v8
id: branch-deploy
with:
trigger: ".deploy"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
# https://github.com/github/branch-deploy/blob/d3c24bd92505e623615b75ffdfac5ed5259adbdb/docs/merge-commit-strategy.md
- name: deployment check
uses: github/branch-deploy@v8.1.1
uses: github/branch-deploy@v8
id: deployment-check
with:
merge_deploy_mode: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unlock-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: unlock on merge
uses: github/branch-deploy@v8.1.1
uses: github/branch-deploy@v8
id: unlock-on-merge
with:
unlock_on_merge_mode: "true" # <-- indicates that this is the "Unlock on Merge Mode" workflow
Expand Down
2 changes: 1 addition & 1 deletion src/config/components/announcement.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const announcement = {
// If the announcement component should be enabled or not
enabled: true,
enabled: false,

// Announcement text with HTML support
text: '🎄 View our updated <a style="text-decoration:underline" href="/holiday-hours">holiday hours</a> 🎄',
Expand Down

0 comments on commit f9830d3

Please sign in to comment.