-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating dependabot file to support github actions, python and docker packages #72
Conversation
Hi @WadeBarnes , if you could review this that would be great. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rajpalc7, There are a number of update sections for folders that don't seem to contain any dependency manifests. Am I missing something?
.github/dependabot.yml
Outdated
# Maintain dependencies for Python Packages | ||
- package-ecosystem: "pip" | ||
directory: "/test" | ||
schedule: | ||
interval: "weekly" | ||
day: "monday" | ||
time: "04:00" | ||
timezone: "Canada/Pacific" | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: ["version-update:semver-major"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any dependency manifests in this folder.
.github/dependabot.yml
Outdated
- package-ecosystem: "pip" | ||
directory: "/tails_server" | ||
schedule: | ||
interval: "weekly" | ||
day: "monday" | ||
time: "04:00" | ||
timezone: "Canada/Pacific" | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: ["version-update:semver-major"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any dependency manifests in this folder.
.github/dependabot.yml
Outdated
- package-ecosystem: "pip" | ||
directory: "/tails_server/config" | ||
schedule: | ||
interval: "weekly" | ||
day: "monday" | ||
time: "04:00" | ||
timezone: "Canada/Pacific" | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: ["version-update:semver-major"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any dependency manifests in this folder.
… docker packages Signed-off-by: Rajpal Chauhan <[email protected]>
Thanks @WadeBarnes I have made the necessary changes as per your suggestion |
No description provided.