diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b1e4ad18..9e218477 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,7 @@ updates: ignore: - dependency-name: '*' update-types: ['version-update:semver-major'] + - dependency-name: 'eslint-plugin-react-hooks' - package-ecosystem: 'github-actions' directory: '/' diff --git a/CHANGELOG.md b/CHANGELOG.md index 67beeb29..655501d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.1.41] - 2026-03-21 ### Bug Fixes + - Fix form validation error when configuring agent run settings ## [2.1.40] - 2026-03-15 diff --git a/changelog-content.md b/changelog-content.md index 0163c026..02638cb1 100644 --- a/changelog-content.md +++ b/changelog-content.md @@ -1,2 +1,3 @@ ### Bug Fixes + - Fix form validation error when configuring agent run settings