squizlabs / PHP_CodeSniffer

PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
BSD 3-Clause "New" or "Revised" License
10.66k stars 1.48k forks source link

Add dependabot configuration file #3887

Closed jrfnl closed 9 months ago

jrfnl commented 11 months ago

Description

This commit adds an initial Dependabot configuration to:

At a later point in time, we could consider enabling it for Composer dependencies as well.

The configuration has been set up to:

Refs:

Suggested changelog entry

N/A

jrfnl commented 9 months ago

Closing as replaced by (merged PR) https://github.com/PHPCSStandards/PHP_CodeSniffer/pull/85