js:
  - 'src/**/*.js'
test:
  - '**/tests'
  - '**/_tests_'
  - '**/*.spec.js'
  - '**/*.test.js'

doc:
  - '**/*.md'

configuration:
  - '**/*.yml'
  - '**/*.json'
  - '**/.env'
  - '**/.env.**'
  - '**/knexfile.js'
  - '**/jest.config.js'

dependencies:
  - '**/package.json'
  - '**/build.gradle'
  - '**/.*ignore'

github-actions:
  - '**/.github/workflows/**'
