generate-dependabot-glob-action icon indicating copy to clipboard operation
generate-dependabot-glob-action copied to clipboard

Generates a `dependabot.yml` and PRs it against your repo if it needs updating to include a new directory or package-ecosystem, with globs/wildcards

Results 13 generate-dependabot-glob-action issues
Sort by recently updated
recently updated
newest added

Bumps [glob](https://github.com/isaacs/node-glob) from 8.0.3 to 10.3.12. Changelog Sourced from glob's changelog. changeglob 10.3 Add --default -p flag to provide a default pattern exclude symbolic links to directories when follow and...

dependencies
javascript

Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. Release notes Sourced from actions/github-script's releases. v7.0.0 What's Changed Add base-url option by @​robandpdx in actions/github-script#429 Expose async-function argument type by @​viktorlott in actions/github-script#402,...

dependencies
github_actions

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. Release notes Sourced from actions/setup-node's releases. v4.0.0 What's Changed In scope of this release we changed version of node runtime for action from node16...

dependencies
github_actions

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 6. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v6.0.0 Behaviour changes The default values for author and committer have changed. See "What's new"...

dependencies
github_actions

Bumps [borales/actions-yarn](https://github.com/borales/actions-yarn) from 4 to 5. Release notes Sourced from borales/actions-yarn's releases. v5.0.0 What's Changed Switched to node20 Dependency updates Full Changelog: https://github.com/Borales/actions-yarn/compare/v4...v5.0.0 v4.2.0 Added proper support for multiple arguments...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 5.1.1 to 6.0.0. Changelog Sourced from @​actions/github's changelog. 6.0.0 Support the latest Octokit in @​actions/github #1553 Drop support of NodeJS v14, v16 Commits See full diff in...

dependencies
javascript

Bumps [standard](https://github.com/standard/standard) from 17.0.0 to 17.1.0. Release notes Sourced from standard's releases. v17.1.0 Update dependencies and prepare release 17.1.0 (#1908) a4049f8 Add version-guard to silent failure on old node (#1829)...

dependencies
javascript

Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.36.0 to 0.38.1. Release notes Sourced from @​vercel/ncc's releases. 0.38.1 0.38.1 (2023-10-18) Bug Fixes sourcemap sources removes webpack path (#1122) (ce5984e), closes #1011 #1121 0.38.0 0.38.0 (2023-09-06)...

dependencies
javascript

First off thanks for this workflow. Really appreciate it. I have a folder structure that looks similar to: ``` ➜ ls README.md modules test1 test2 test3 ``` is there any...