Skip to content

Commit 52788d2

Browse files
committed
Misc. dependency updates
1 parent eb53db6 commit 52788d2

10 files changed

Lines changed: 378 additions & 324 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ updates:
77
- "dependabot :robot:"
88
schedule:
99
interval: "daily"
10+
cooldown:
11+
default-days: 14
12+
semver-major-days: 30
13+
semver-minor-days: 7
14+
semver-patch-days: 3
1015

1116
# GitHub Actions
1217
- package-ecosystem: "github-actions"
@@ -15,3 +20,5 @@ updates:
1520
- "dependabot :robot:"
1621
schedule:
1722
interval: "daily"
23+
cooldown:
24+
default-days: 14

.github/workflows/automerge-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
# Checking the actor will prevent your Action run failing on non-Dependabot PRs
16-
if: ${{ github.actor == 'dependabot[bot]' }}
16+
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
1717

1818
steps:
1919
- name: Fetch Dependabot PR metadata 🎣

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
filename: "public/resume.pdf"
2929

3030
- name: Download Terraform Certification 💾
31-
uses: xsalazar/actions/downloader@master
31+
uses: xsalazar/actions/downloader@main
3232
with:
3333
url: ${{ secrets.TERRAFORM_CERTIFICATION_URL }}
3434
filename: "public/terraform-cert.pdf"
3535

3636
- name: Download AWS Certification 💾
37-
uses: xsalazar/actions/downloader@master
37+
uses: xsalazar/actions/downloader@main
3838
with:
3939
url: ${{ secrets.AWS_CERTIFICATION_URL }}
4040
filename: "public/aws-cert.pdf"

.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependabot": true,
33
"devContainers": true,
4-
"muiVersion": 7,
4+
"muiVersion": 9,
55
"nodeVersion": 24,
66
"viteVersion": 8
77
}

0 commit comments

Comments
 (0)