You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- package-ecosystem: "docker"
# Look for `Dockerfile` in the `/docker` directory, that's where all versions are managed
directory: "/docker/"
# Open up to 10 PRs per run
open-pull-requests-limit: 10
# Add assignees
assignees:
- "afranken"
# Check for updates once per day, Github defaults to random time every day.
schedule:
interval: "daily"
I'm guessing it may be the quotes that throw off the scan, but more likely it's the trailing slash in the directory name?
Step security does not recommend to add configuration for the other package-ecosystem configs, and they contain quotes too.
The text was updated successfully, but these errors were encountered:
afranken
changed the title
Change suggested to add Dependabot for a subfolder even though that exists
Change suggested to add Dependabot config for a subfolder even though that exists already
Jul 19, 2023
See https://github.com/adobe/S3Mock/pull/1235/files
The dependabot action already configures:
step security recommends to add:
I'm guessing it may be the quotes that throw off the scan, but more likely it's the trailing slash in the directory name?
Step security does not recommend to add configuration for the other package-ecosystem configs, and they contain quotes too.
The text was updated successfully, but these errors were encountered: