Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
milindpatel63 committed May 16, 2024
2 parents 8c9abe3 + 67fb26d commit ca9bdec
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get Changed Files
id: files
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v44
with:
separator: ","

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-trash-ids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Config Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout Trash Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: TRaSH-Guides/Guides
path: trash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Discord Commits
uses: recyclarr/discord-commits@v2
Expand Down
11 changes: 11 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":disableRateLimiting"],
"minimumReleaseAge": "5 days",
"packageRules": [
{
"matchManagers": ["github-actions"],
"commitMessagePrefix": "ci(deps):"
}
]
}

0 comments on commit ca9bdec

Please sign in to comment.