Skip to content

Commit

Permalink
chore: merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Oct 18, 2024
2 parents a829786 + 33b6969 commit 702f598
Show file tree
Hide file tree
Showing 61 changed files with 6,419 additions and 309 deletions.
20 changes: 11 additions & 9 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
extends: [
"config:best-practices",
":pinAllExceptPeerDependencies",
":maintainLockFilesWeekly",
":semanticCommitsDisabled",
"regexManagers:githubActionsVersions",
'config:best-practices',
':pinAllExceptPeerDependencies',
':maintainLockFilesWeekly',
':semanticCommitsDisabled',
'customManagers:githubActionsVersions',
],
packageRules: [
{
matchPackageNames: [
"warpy",
'warpy',
],
extends: ["schedule:weekly"],
}
]
extends: [
'schedule:weekly',
],
},
],
}
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:

env:
# renovate: datasource=github-tags depName=rust lookupName=rust-lang/rust
RUST_VERSION: 1.77.2
RUST_VERSION: 1.80.0

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- run: rustup override set ${{ env.RUST_VERSION }}
- run: rustup component add clippy
Expand All @@ -26,7 +26,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- run: rustup override set ${{ env.RUST_VERSION }}
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ site
static/styles/vendor.css
static/styles/app.css
static/styles/fonts.css
static/styles/noscript.css
Loading

0 comments on commit 702f598

Please sign in to comment.