Skip to content

Commit

Permalink
upgrade cimgui (#40)
Browse files Browse the repository at this point in the history
* upgrade imgui to 1.90.9

* added dependabot for github actions
  • Loading branch information
zaafar committed Jul 6, 2024
1 parent 4516559 commit 4ebf8bf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
groups:
github-action-deps:
applies-to: "version-updates"
patterns: ["*"]
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.90.8",
"version": "1.90.9",
"publicReleaseRefSpec": [
"^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N
],
Expand Down

0 comments on commit 4ebf8bf

Please sign in to comment.