Skip to content

Add Dependabot ignore rule for serverless >=4#1407

Closed
Copilot wants to merge 1 commit intomainfrom
copilot/add-dependabot-ignore-rule
Closed

Add Dependabot ignore rule for serverless >=4#1407
Copilot wants to merge 1 commit intomainfrom
copilot/add-dependabot-ignore-rule

Conversation

Copy link

Copilot AI commented Mar 3, 2026

Dependabot should not propose upgrades to serverless v4+. Adds an ignore rule to the npm package ecosystem config.

Changes

  • .github/dependabot.yml: Added ignore entry under the npm package ecosystem:
ignore:
  - dependency-name: serverless
    versions:
      - '>= 4'
Original prompt

can you add a Dependabot ignore rule to the npm package config to ignore versions of serverless that are >=4. Don't put quotes around the dependency name and don't put [] around the version string, do put single quotes around the version string


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Add Dependabot ignore rule for serverless versions Add Dependabot ignore rule for serverless >=4 Mar 3, 2026
@devpow112 devpow112 closed this Mar 3, 2026
@devpow112 devpow112 deleted the copilot/add-dependabot-ignore-rule branch March 3, 2026 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants