Skip to content

Commit

Permalink
dependabot: add npm updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Nov 29, 2023
1 parent ba5831d commit 1bafade
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ updates:
interval: "daily"
labels:
- automated
- package-ecosystem: "npm"
directory: "/atciss-frontend"
schedule:
interval: "daily"
labels:
- automated
11 changes: 11 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,17 @@
--replace 'poetry.masonry.api' 'poetry.core.masonry.api'
'';
});
ruff = pyprev.ruff.overridePythonAttrs (old: rec {
src = final.fetchFromGitHub {
owner = "astral-sh";
repo = "ruff";
rev = "v${old.version}";
sha256 = "";
};
cargoDeps = final.rustPlatform.importCargoLock {
lockFile = "${src.out}/Cargo.lock";
};
});
});
in {
atciss =
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ types-beautifulsoup4 = "^4.12.0.5"
types-python-jose = "^3.3.4.8"
mypy = "^1.7.0"
pyright = "1.1.337"
ruff = "0.1.5"
ruff = "0.1.6"
celery-types = "^0.20.0"
flower = "^2.0.1"
types-xmltodict = "^0.13.0.3"
Expand Down

0 comments on commit 1bafade

Please sign in to comment.