Skip to content

Commit

Permalink
Make dependabot ignore major bumps for iframe-resizer
Browse files Browse the repository at this point in the history
It seems to have done it so far, but with the update popping up on the Design System site, better be safe than inadvertentnly use a GPL dependency which would make us have to change our licence as well
  • Loading branch information
romaricpascal committed Aug 9, 2024
1 parent 7e5ec60 commit 01cf70d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ updates:
ignore:
- dependency-name: 'eslint-*'
- dependency-name: 'eslint'
# iframe-resizer has switched to GPL licence in v5
# so we need to avoid upgrading to their next major version
- dependency-name: 'iframe-resizer'
update-types: ['version-update:semver-major']

reviewers:
- alphagov/design-system-developers
Expand Down

0 comments on commit 01cf70d

Please sign in to comment.