Skip to content

Commit

Permalink
update github configuration (#939)
Browse files Browse the repository at this point in the history
* Update dependabot.yml

* Create release.yml

* viz: weldx-widgets>=0.2.3

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
CagtayFabry authored Jul 8, 2024
1 parent 9fd9208 commit b5e2131
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ updates:
interval: "weekly"
day: "sunday"
timezone: "Europe/Berlin"
labels:
- "dependabot"
7 changes: 7 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# .github/release.yml

changelog:
exclude:
authors:
- dependabot
- pre-commit-ci
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- rename (fix typo) argument to `lcs_child_in_parent` in `CoordinateSystemManager.add_cs` \[{pull}`936`\].

### Dependencies

- pin `weldx-widgets>=0.2.3` for viz \[{pull}`939`\].

## 0.6.8 (07.06.2024)

### Changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ optional-dependencies.test = [
"pytest-xdist",
]
optional-dependencies.vis = [
"weldx-widgets>=0.2",
"weldx-widgets>=0.2.3",
]
urls.bug_tracker = "https://github.com/BAMweldx/weldx/issues"
urls.changelog = "https://github.com/BAMweldx/weldx/blob/master/CHANGELOG.md"
Expand Down

0 comments on commit b5e2131

Please sign in to comment.