Skip to content
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

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

rajpalc7
Copy link
Contributor

No description provided.

@rajpalc7 rajpalc7 changed the title updating dependabot file to support github actions, python and docker… Updating dependabot file to support github actions, python and docker packages Apr 16, 2024
@rajpalc7
Copy link
Contributor Author

Hi @WadeBarnes , if you could review this that would be great.

Copy link
Member

@WadeBarnes WadeBarnes left a 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?

Comment on lines 28 to 38
# 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"]
Copy link
Member

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.

Comment on lines 41 to 50
- 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"]
Copy link
Member

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.

Comment on lines 53 to 62
- 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"]
Copy link
Member

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.

@rajpalc7
Copy link
Contributor Author

Thanks @WadeBarnes I have made the necessary changes as per your suggestion

@WadeBarnes WadeBarnes merged commit f05a634 into bcgov:main Apr 17, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants