-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from tsandrini/parts-update
ci(dependabot): init
- Loading branch information
Showing
13 changed files
with
81 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
labels: | ||
- dependencies | ||
# NOTE: For additional ecosystems refer to the documentation | ||
# package-ecosystem: "gitsubmodule" | ||
# directory: "/" | ||
# schedule: | ||
# interval: "weekly" | ||
# labels: | ||
# - dependencies | ||
|
||
# - package-ecosystem: "docker" | ||
# directory: "/" | ||
# schedule: | ||
# interval: "weekly" | ||
# labels: | ||
# - dependencies |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,35 @@ | ||
# --- Push packages & devshells to the cachix binary cache service | ||
name: cachix push | ||
|
||
on: | ||
workflow_dispatch: # allows manual triggering from the Actions UI | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
cachix-push: | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- name: "Checking out repository..." | ||
uses: actions/checkout@v4 | ||
|
||
- name: "Installing and configuring the nix package manager..." | ||
uses: DeterminateSystems/nix-installer-action@main | ||
with: | ||
extra-conf: | | ||
accept-flake-config = true | ||
allow-import-from-derivation = true | ||
- name: "Setting up magic-nix-cache..." | ||
uses: DeterminateSystems/magic-nix-cache-action@main | ||
|
||
- name: "Settings up cachix binary cache..." | ||
uses: cachix/cachix-action@v15 | ||
with: | ||
name: tsandrini | ||
# If you chose API tokens for write access OR if you have a private cache | ||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" | ||
|
||
# NOTE Install any necessary packages here | ||
- name: "Setting up packages..." | ||
run: | | ||
nix profile install nixpkgs#nix-fast-build # parallel nix builder | ||
- name: "Running `nix build ...`..." | ||
run: nix-fast-build --skip-cached --no-nom --flake ".#packages.$(nix eval --raw --impure --expr builtins.currentSystem)" | ||
|
||
- name: "Running `nix develop...`..." | ||
run: nix-fast-build --skip-cached --no-nom --flake ".#devShells.$(nix eval --raw --impure --expr builtins.currentSystem)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
<!-- markdownlint-disable MD024 --> | ||
|
||
# Changelog | ||
|
||
## v0.4.0 (2024-08-06) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters