Skip to content

fix: dependabot.yml#65

Merged
goloroden merged 1 commit into
mainfrom
fix/dependabot
Apr 14, 2025
Merged

fix: dependabot.yml#65
goloroden merged 1 commit into
mainfrom
fix/dependabot

Conversation

@atstaeff
Copy link
Copy Markdown
Contributor

Fix

The configuration file for Dependabot must be named dependabot.yml and placed inside the .github/ directory of your repository.
If you instead name the file .dependabot.yml (with a leading dot), GitHub will ignore it, and Dependabot will not work as expected.

Update

your-repo/
├── .github/
│   └── dependabot.yml 
├── pyproject.toml
├── poetry.lock

For more information on proper configuration, refer to the official GitHub documentation:

@atstaeff atstaeff marked this pull request as ready for review April 14, 2025 16:04
@atstaeff atstaeff requested a review from a team as a code owner April 14, 2025 16:04
@atstaeff atstaeff requested a review from a team April 14, 2025 16:04
@goloroden
Copy link
Copy Markdown
Member

Gut aufgepasst, danke 😊

@goloroden goloroden merged commit 29641ed into main Apr 14, 2025
3 checks passed
@goloroden goloroden deleted the fix/dependabot branch April 14, 2025 16:23
@atstaeff
Copy link
Copy Markdown
Contributor Author

atstaeff commented Apr 14, 2025 via email

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