Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 32 additions & 37 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,49 +10,46 @@ updates:
groups:
build:
patterns:
- '@babel/*'
- 'autoprefixer'
- 'babel-*'
- 'core-js'
- 'cssnano'
- 'cssnano-*'
- 'css-loader'
- 'mini-css-extract-plugin'
- 'postcss'
- 'postcss-*'
- 'source-map-loader'
- 'terser-*'
- 'webpack'
- 'webpack-*'
- "@babel/*"
- "autoprefixer"
- "babel-*"
- "core-js"
- "cssnano"
- "cssnano-*"
- "css-loader"
- "mini-css-extract-plugin"
- "postcss"
- "postcss-*"
- "source-map-loader"
- "terser-*"
- "webpack"
- "webpack-*"

test:
patterns:
- '@wdio/*'
- 'chai'
- 'devtools'
- 'karma'
- 'karma-*'
- 'mocha'
- 'puppeteer'
- 'standard'
- 'webdriverio'
- "@wdio/*"
- "chai"
- "devtools"
- "karma"
- "karma-*"
- "mocha"
- "puppeteer"
- "standard"
- "webdriverio"

tools:
patterns:
- 'chalk'
- 'cross-env'
- 'dotenv'
- 'husky'
- 'npm-run-all'

reviewers:
- alphagov/design-system-developers
- "chalk"
- "cross-env"
- "dotenv"
- "husky"
- "npm-run-all"

# Schedule run on 1st of every month, local time
schedule:
interval: monthly
time: '10:30'
timezone: 'Europe/London'
time: "10:30"
timezone: "Europe/London"

versioning-strategy: increase

Expand All @@ -67,11 +64,9 @@ updates:
# Update GitHub Actions
- package-ecosystem: github-actions
directory: /
reviewers:
- alphagov/design-system-developers

# Schedule run on 1st of every month, local time
schedule:
interval: monthly
time: '10:30'
timezone: 'Europe/London'
time: "10:30"
timezone: "Europe/London"
6 changes: 6 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# Ensure any changes to GitHub Actions workflows are reviewed by developers
.github/workflows/ @alphagov/design-system-developers

# Track changes to package.json or package-lock.json
/package*.json @alphagov/design-system-developers

# Protect the CODEOWNERS file itself against malicious changes
CODEOWNERS @alphagov/design-system-developers
Loading