diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 47d58d3..3e0eae9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,11 @@ updates: interval: "weekly" cooldown: default-days: 3 + ignore: + - dependency-name: "*" + update-types: + - "version-update:semver-minor" + - "version-update:semver-patch" - package-ecosystem: "npm" directory: "/" schedule: diff --git a/package.json b/package.json index 855d406..313b966 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlab-yml", - "version": "0.4.6", + "version": "0.4.8", "description": "Create GitLab CI pipelines with TypeScript.", "scripts": { "build": "tsc",