Compare commits

..
Author SHA1 Message Date
dependabot[bot]andGitHub b73879d0f5 chore(deps): bump ioBroker/testing-action-check from 1 to 2
Bumps [ioBroker/testing-action-check](https://github.com/iobroker/testing-action-check) from 1 to 2.
- [Release notes](https://github.com/iobroker/testing-action-check/releases)
- [Commits](https://github.com/iobroker/testing-action-check/compare/v1...v2)

---
updated-dependencies:
- dependency-name: ioBroker/testing-action-check
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-16 20:52:41 +00:00
BluefoxandGitHub a3e29e0580 Merge pull request #182 from ioBroker-Bot/update-from-template-W8917-dependabot-addIgnoreTypesNode-1780171547
[iobroker-bot] Add Dependabot Ignore Rule for @types/node Major Version Updates
2026-06-16 22:52:05 +02:00
github-actions[bot] 85b4f519e1 Update from template: W8917-dependabot-addIgnoreTypesNode 2026-05-30 20:06:17 +00:00
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -23,3 +23,7 @@ updates:
versioning-strategy: 'increase' versioning-strategy: 'increase'
cooldown: cooldown:
default-days: 7 default-days: 7
ignore:
- dependency-name: '@types/node'
update-types:
- 'version-update:semver-major'
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: ioBroker/testing-action-check@v1 - uses: ioBroker/testing-action-check@v2
with: with:
node-version: '24.x' node-version: '24.x'
lint: true lint: true