Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/dirs-5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
apljungquist authored Sep 14, 2024
2 parents 1a9cb97 + c9d7981 commit c53a426
Show file tree
Hide file tree
Showing 27 changed files with 695 additions and 161 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"version": "2.4.7",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:05ff5d65fc44dc1dec7aaed1d0a9e7c26630abc94c25df456309765d7b881852",
"integrity": "sha256:05ff5d65fc44dc1dec7aaed1d0a9e7c26630abc94c25df456309765d7b881852"
"version": "2.5.1",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9da676524999513412f2c27604d786ba0bbf3575eb1859166c5a1233f037fc08",
"integrity": "sha256:9da676524999513412f2c27604d786ba0bbf3575eb1859166c5a1233f037fc08"
}
}
}
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
groups:
default:
applies-to: version-updates
Expand All @@ -21,4 +21,4 @@ updates:
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/.idea/
/init_env.sh
/target/
/workspaces/*/target/
/apps/*/LICENSE
Loading

0 comments on commit c53a426

Please sign in to comment.