Skip to content

Commit

Permalink
chore(deps): Upgrade bunq2ynab (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvgijssel authored Apr 23, 2024
1 parent b852e5b commit 585f3d6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/bunq2ynab-violet-eggs-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"bunq2ynab": patch
---

chore(deps): Upgrade bunq2ynab
5 changes: 5 additions & 0 deletions .changeset/provisioner-strange-rivers-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"provisioner": patch
---

chore(deps): Upgrade bunq2ynab
2 changes: 1 addition & 1 deletion WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ http_archive(
git_repository(
name = "bunq2ynab",
build_file = "//tools/bunq2ynab:BUILD.repositories.bazel.tpl",
commit = "239090a8348ab985b7c01af18e84b27923edfe82",
commit = "8defd2b3576c06436d7fcc58c882426dd96e2a97",
remote = "https://github.com/mvgijssel/bunq2ynab.git",
)

Expand Down
2 changes: 0 additions & 2 deletions workstation/deploys/ssh/files/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@
gpgsign = true
[alias]
change-commits = "!f() { VAR=$1; OLD=$2; NEW=$3; shift 3; git filter-branch --env-filter \"if [[ \\\"$`echo $VAR`\\\" = '$OLD' ]]; then export $VAR='$NEW'; fi\" $@; }; f "
[safe]
directory = /workspaces/setup

0 comments on commit 585f3d6

Please sign in to comment.