From 4ebf8bf471098ed79537038971d461815f982725 Mon Sep 17 00:00:00 2001 From: "Zaafar.A" Date: Sat, 6 Jul 2024 15:55:09 -0400 Subject: [PATCH] upgrade cimgui (#40) * upgrade imgui to 1.90.9 * added dependabot for github actions --- .github/dependabot.yml | 10 ++++++++++ cimgui | 2 +- version.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..783acd6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + groups: + github-action-deps: + applies-to: "version-updates" + patterns: ["*"] diff --git a/cimgui b/cimgui index 7c16d31..f6fb347 160000 --- a/cimgui +++ b/cimgui @@ -1 +1 @@ -Subproject commit 7c16d31cdb9d2db3038b324fe967ffa76b02c8c4 +Subproject commit f6fb347cf11217d3ce59fd7956eb3aaf5724518d diff --git a/version.json b/version.json index efa8301..2b48c8c 100644 --- a/version.json +++ b/version.json @@ -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 ],