Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
refactor(major): Initial (temporary) commit of a refactor
Browse files Browse the repository at this point in the history
This is a temporary commit which will eventually be split into multiple
commits. Expect force-pushes. The idea is to refactor `scrob` into a new
codebase.

Signed-off-by: Dom Rodriguez <[email protected]>
  • Loading branch information
shymega committed Dec 25, 2023
1 parent c2ac35e commit 1318162
Show file tree
Hide file tree
Showing 28 changed files with 194 additions and 1,314 deletions.
18 changes: 15 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
version: 2
updates:
- package-ecosystem: "github-actions"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "cargo"
commit-message:
prefix: "chore(deps)"
groups:
cargo-deps:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore(ci-deps)"
groups:
gh-actions-deps:
patterns:
- "*"
6 changes: 4 additions & 2 deletions .github/workflows/ci-debug-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
push:
paths:
- "Cargo.*"
- 'src/**'
- 'bin/**'
- 'lib/**'
pull_request:
paths:
- "Cargo.*"
- 'src/**'
- 'bin/**'
- 'lib/**'

concurrency:
group: ci-${{ github.ref }}
Expand Down
Loading

0 comments on commit 1318162

Please sign in to comment.