{
  webpack: {
    target: 'default',
  },
  github: {
    workflows: {
      build: {
        schedule: '30 1 1 * *',
      },
    },
  },
}